aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/imgact_binmisc.h
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-05-03 15:14:17 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-05-03 15:14:17 +0000
commit7f417bfac1aab4b654408f2d18141ff253e35c05 (patch)
tree0bbdc3153f49eb0bc2d5107df04fb80a583242b0 /sys/sys/imgact_binmisc.h
parent266078c6db4ebd03b2c9a6b79624834e59794727 (diff)
downloadsrc-7f417bfac1aab4b654408f2d18141ff253e35c05.tar.gz
src-7f417bfac1aab4b654408f2d18141ff253e35c05.zip
sys/sys: minor spelling fixes.
While the changes are minor, these headers are very visible. MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=298981
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. */