Date: Sat, 30 Apr 2016 14:43:43 +0000 (UTC) From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r298849 - in head/include: arpa rpcsvc Message-ID: <201604301443.u3UEhhQd050492@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604301443.u3UEhhQd050492>