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

Konstantin Belousov kib at FreeBSD.org
Wed Sep 15 07:28:32 UTC 2010


Author: kib
Date: Wed Sep 15 07:28:31 2010
New Revision: 212637
URL: http://svn.freebsd.org/changeset/base/212637

Log:
  MFC r212499:
  Fix typo.

Modified:
  stable/8/sys/sys/elf_common.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/sys/elf_common.h
==============================================================================
--- stable/8/sys/sys/elf_common.h	Wed Sep 15 07:10:39 2010	(r212636)
+++ stable/8/sys/sys/elf_common.h	Wed Sep 15 07:28:31 2010	(r212637)
@@ -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-stable mailing list