Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jul 2010 09:01:04 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r210526 - stable/8/sys/sys
Message-ID:  <201007270901.o6R914Fv043335@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007270901.o6R914Fv043335>