svn commit: r305666 - head/lib/libc/sys

Brooks Davis brooks at FreeBSD.org
Fri Sep 9 16:18:45 UTC 2016


Author: brooks
Date: Fri Sep  9 16:18:44 2016
New Revision: 305666
URL: https://svnweb.freebsd.org/changeset/base/305666

Log:
  Fix spelling in comment.
  
  Submitted by:	brueffer

Modified:
  head/lib/libc/sys/Makefile.inc

Modified: head/lib/libc/sys/Makefile.inc
==============================================================================
--- head/lib/libc/sys/Makefile.inc	Fri Sep  9 15:53:42 2016	(r305665)
+++ head/lib/libc/sys/Makefile.inc	Fri Sep  9 16:18:44 2016	(r305666)
@@ -14,8 +14,8 @@
 # NOASM will prevent the default syscall code from being generated.
 # PSEUDO generates _<sys>() and __sys_<sys>() symbols, but not <sys>().
 #
-# While historically machine dependent, all archictures have the following
-# declerations in common:
+# While historically machine dependent, all architectures have the following
+# declarations in common:
 #
 NOASM=	break.o \
 	exit.o \


More information about the svn-src-head mailing list