Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 May 2016 16:37:09 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r298986 - head/sys/sys
Message-ID:  <201605031637.u43Gb9WE003108@repo.freebsd.org>

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



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