svn commit: r210446 - head/sys/sys

Konstantin Belousov kib at FreeBSD.org
Sat Jul 24 14:23:06 UTC 2010


Author: kib
Date: Sat Jul 24 14:23:06 2010
New Revision: 210446
URL: http://svn.freebsd.org/changeset/base/210446

Log:
  Reword the comment, fixing typo.
  
  MFC after:	3 days

Modified:
  head/sys/sys/imgact_elf.h

Modified: head/sys/sys/imgact_elf.h
==============================================================================
--- head/sys/sys/imgact_elf.h	Sat Jul 24 11:15:40 2010	(r210445)
+++ head/sys/sys/imgact_elf.h	Sat Jul 24 14:23:06 2010	(r210446)
@@ -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-all mailing list