svn commit: r327366 - head/share/examples/sunrpc/msg
Eitan Adler
eadler at FreeBSD.org
Fri Dec 29 23:58:06 UTC 2017
Author: eadler
Date: Fri Dec 29 23:58:05 2017
New Revision: 327366
URL: https://svnweb.freebsd.org/changeset/base/327366
Log:
examples: fix typo
Modified:
head/share/examples/sunrpc/msg/msg_proc.c
Modified: head/share/examples/sunrpc/msg/msg_proc.c
==============================================================================
--- head/share/examples/sunrpc/msg/msg_proc.c Fri Dec 29 23:56:06 2017 (r327365)
+++ head/share/examples/sunrpc/msg/msg_proc.c Fri Dec 29 23:58:05 2017 (r327366)
@@ -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)
More information about the svn-src-all
mailing list