svn commit: r230527 - stable/9/sys/sys

Konstantin Belousov kib at FreeBSD.org
Wed Jan 25 07:12:45 UTC 2012


Author: kib
Date: Wed Jan 25 07:12:45 2012
New Revision: 230527
URL: http://svn.freebsd.org/changeset/base/230527

Log:
  MFC r230459:
  Fix typo.

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

Modified: stable/9/sys/sys/elf_common.h
==============================================================================
--- stable/9/sys/sys/elf_common.h	Wed Jan 25 04:48:27 2012	(r230526)
+++ stable/9/sys/sys/elf_common.h	Wed Jan 25 07:12:45 2012	(r230527)
@@ -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