svn commit: r230459 - head/sys/sys

Konstantin Belousov kib at FreeBSD.org
Sun Jan 22 11:35:50 UTC 2012


Author: kib
Date: Sun Jan 22 11:35:50 2012
New Revision: 230459
URL: http://svn.freebsd.org/changeset/base/230459

Log:
  Fix typo.
  
  Submitted by:	John Marino <draco marino st>
  MFC after:	3 days

Modified:
  head/sys/sys/elf_common.h

Modified: head/sys/sys/elf_common.h
==============================================================================
--- head/sys/sys/elf_common.h	Sun Jan 22 11:34:24 2012	(r230458)
+++ head/sys/sys/elf_common.h	Sun Jan 22 11:35:50 2012	(r230459)
@@ -384,7 +384,7 @@ typedef struct {
 #define	DT_INIT_ARRAYSZ	27	/* Size in bytes of the array of
 				   initialization functions. */
 #define	DT_FINI_ARRAYSZ	28	/* Size in bytes of the array of
-				   terminationfunctions. */
+				   termination functions. */
 #define	DT_RUNPATH	29	/* String table offset of a null-terminated
 				   library search path string. */
 #define	DT_FLAGS	30	/* Object specific flag values. */


More information about the svn-src-all mailing list