diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2017-12-29 23:58:05 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2017-12-29 23:58:05 +0000 |
commit | 9faaeffdbd6f25443e8b1c31e15f7aa9e0d1f964 (patch) | |
tree | ed9907813feed29a7ee50b89b2fcf2d55f8eea9b /share/examples/sunrpc/msg | |
parent | 73454f862441e8ba5c3ed6fe508e1cdb88d11822 (diff) |
examples: fix typo
Notes
Notes:
svn path=/head/; revision=327366
Diffstat (limited to 'share/examples/sunrpc/msg')
-rw-r--r-- | share/examples/sunrpc/msg/msg_proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/sunrpc/msg/msg_proc.c b/share/examples/sunrpc/msg/msg_proc.c index ed088839e52a..45ffe7cc1153 100644 --- a/share/examples/sunrpc/msg/msg_proc.c +++ b/share/examples/sunrpc/msg/msg_proc.c @@ -9,7 +9,7 @@ #include "msg.h" /* need this too: msg.h will be generated by rpcgen */ /* - * Remote verson of "printmessage" + * Remote version of "printmessage" */ int * printmessage_1(msg) |