aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-05-03 16:37:09 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-05-03 16:37:09 +0000
commitca4aaf2359882e82fe8d9c7306a10f9b0a6f6107 (patch)
treed4dc63227a2c0d97416b97ac31886febed59e3f0
parent46b0539ca44f464f6d99b1de9c819edded42d5b2 (diff)
downloadsrc-ca4aaf2359882e82fe8d9c7306a10f9b0a6f6107.tar.gz
src-ca4aaf2359882e82fe8d9c7306a10f9b0a6f6107.zip
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.
Notes
Notes: svn path=/head/; revision=298986
-rw-r--r--sys/sys/imgact_binmisc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/imgact_binmisc.h b/sys/sys/imgact_binmisc.h
index ea1b601d78eb..7d58fa081a9f 100644
--- a/sys/sys/imgact_binmisc.h
+++ b/sys/sys/imgact_binmisc.h
@@ -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. */