svn commit: r298986 - head/sys/sys

Pedro F. Giffuni pfg at FreeBSD.org
Tue May 3 16:37:10 UTC 2016


Author: pfg
Date: Tue May  3 16:37:09 2016
New Revision: 298986
URL: https://svnweb.freebsd.org/changeset/base/298986

Log:
  sys/sys: missed in r298981.
  
  I am sure I've missed others as well, but at least it should
  be more readable now.
  
  No functional change.

Modified:
  head/sys/sys/imgact_binmisc.h

Modified: head/sys/sys/imgact_binmisc.h
==============================================================================
--- head/sys/sys/imgact_binmisc.h	Tue May  3 16:01:53 2016	(r298985)
+++ head/sys/sys/imgact_binmisc.h	Tue May  3 16:37:09 2016	(r298986)
@@ -41,7 +41,7 @@
 #define	IBE_NAME_MAX	32	/* Max size for entry name. */
 #define	IBE_MAGIC_MAX	256	/* Max size for header magic and mask. */
 #define	IBE_ARG_LEN_MAX	256	/* Max space for optional interpreter command-
-				   line argruments separated by white space */
+				   line arguments separated by white space */
 #define	IBE_INTERP_LEN_MAX	(MAXPATHLEN + IBE_ARG_LEN_MAX)
 #define	IBE_MAX_ENTRIES	64	/* Max number of interpreter entries. */
 


More information about the svn-src-head mailing list