svn commit: r298849 - in head/include: arpa rpcsvc

Pedro F. Giffuni pfg at FreeBSD.org
Sat Apr 30 14:43:44 UTC 2016


Author: pfg
Date: Sat Apr 30 14:43:42 2016
New Revision: 298849
URL: https://svnweb.freebsd.org/changeset/base/298849

Log:
  include: minor spelling fixes.
  
  No functional change.

Modified:
  head/include/arpa/nameser.h
  head/include/rpcsvc/klm_prot.x

Modified: head/include/arpa/nameser.h
==============================================================================
--- head/include/arpa/nameser.h	Sat Apr 30 14:41:18 2016	(r298848)
+++ head/include/arpa/nameser.h	Sat Apr 30 14:43:42 2016	(r298849)
@@ -106,7 +106,7 @@ typedef enum __ns_sect {
 } ns_sect;
 
 /*%
- * Network name (compressed or not) type.  Equivilent to a pointer when used
+ * Network name (compressed or not) type.  Equivalent to a pointer when used
  * in a function prototype.  Can be const'd.
  */
 typedef u_char ns_nname[NS_MAXNNAME];

Modified: head/include/rpcsvc/klm_prot.x
==============================================================================
--- head/include/rpcsvc/klm_prot.x	Sat Apr 30 14:41:18 2016	(r298848)
+++ head/include/rpcsvc/klm_prot.x	Sat Apr 30 14:43:42 2016	(r298849)
@@ -34,7 +34,7 @@
  * Copyright (C) 1986 Sun Microsystems, Inc.
  *
  * protocol used between the UNIX kernel (the "client") and the
- * local lock manager.  The local lock manager is a deamon running
+ * local lock manager.  The local lock manager is a daemon running
  * above the kernel.
  */
 


More information about the svn-src-head mailing list