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. */
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to