Author: kib
Date: Sun Sep 12 17:53:31 2010
New Revision: 212499
URL: http://svn.freebsd.org/changeset/base/212499

Log:
  Fix typo.
  
  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 Sep 12 17:50:07 2010        (r212498)
+++ head/sys/sys/elf_common.h   Sun Sep 12 17:53:31 2010        (r212499)
@@ -388,7 +388,7 @@ typedef struct {
 #define        DT_ENCODING     32      /* Values greater than or equal to 
DT_ENCODING
                                   and less than DT_LOOS follow the rules for
                                   the interpretation of the d_un union
-                                  as follows: even == 'd_ptr', even == 'd_val'
+                                  as follows: even == 'd_ptr', odd == 'd_val'
                                   or none */
 #define        DT_PREINIT_ARRAY 32     /* Address of the array of pointers to
                                   pre-initialization functions. */
_______________________________________________
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