svn commit: r212499 - head/sys/sys

Konstantin Belousov kib at FreeBSD.org
Sun Sep 12 17:53:32 UTC 2010


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. */


More information about the svn-src-all mailing list