svn commit: r230528 - stable/8/sys/sys

Konstantin Belousov kib at FreeBSD.org
Wed Jan 25 07:14:24 UTC 2012


Author: kib
Date: Wed Jan 25 07:14:23 2012
New Revision: 230528
URL: http://svn.freebsd.org/changeset/base/230528

Log:
  MFC r230459:
  Fix typo.

Modified:
  stable/8/sys/sys/elf_common.h
Directory Properties:
  stable/8/sys/   (props changed)

Modified: stable/8/sys/sys/elf_common.h
==============================================================================
--- stable/8/sys/sys/elf_common.h	Wed Jan 25 07:12:45 2012	(r230527)
+++ stable/8/sys/sys/elf_common.h	Wed Jan 25 07:14:23 2012	(r230528)
@@ -382,7 +382,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-stable-8 mailing list