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

Konstantin Belousov kib at FreeBSD.org
Tue Jul 27 09:01:04 UTC 2010


Author: kib
Date: Tue Jul 27 09:01:03 2010
New Revision: 210526
URL: http://svn.freebsd.org/changeset/base/210526

Log:
  MFC r210446:
  Reword the comment, fixing typo.

Modified:
  stable/8/sys/sys/imgact_elf.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/imgact_elf.h
==============================================================================
--- stable/8/sys/sys/imgact_elf.h	Tue Jul 27 08:45:29 2010	(r210525)
+++ stable/8/sys/sys/imgact_elf.h	Tue Jul 27 09:01:03 2010	(r210526)
@@ -60,8 +60,8 @@ typedef struct {
 	int		flags;
 	boolean_t	(*trans_osrel)(const Elf_Note *, int32_t *);
 #define	BN_CAN_FETCH_OSREL	0x0001	/* Deprecated. */
-#define	BN_TRANSLATE_OSREL	0x0002	/* Use trans_osrel fetch osrel after */
-					/* checking ABI contraint if needed. */
+#define	BN_TRANSLATE_OSREL	0x0002	/* Use trans_osrel to fetch osrel */
+		/* after checking the image ABI specification, if needed. */
 } Elf_Brandnote;
 
 typedef struct {


More information about the svn-src-stable-8 mailing list