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.
This commit is contained in:
Pedro F. Giffuni 2016-05-03 16:37:09 +00:00
parent 46b0539ca4
commit ca4aaf2359
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298986

View File

@ -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. */