aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/imgact_binmisc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/imgact_binmisc.h')
-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 f1ed1d843421..ea1b601d78eb 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 seperated by white space */
+ line argruments separated by white space */
#define IBE_INTERP_LEN_MAX (MAXPATHLEN + IBE_ARG_LEN_MAX)
#define IBE_MAX_ENTRIES 64 /* Max number of interpreter entries. */