Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Sep 2016 16:18:44 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r305666 - head/lib/libc/sys
Message-ID:  <201609091618.u89GIiUV059374@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609091618.u89GIiUV059374>