aboutsummaryrefslogtreecommitdiff
path: root/emulators/bochs
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2018-08-01 16:33:11 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2018-08-01 16:33:11 +0000
commit0c926073ff9ccf507fb7969e19f3b28b833eab44 (patch)
tree205eda5f4c924f487263ec17828845ca6f3b83cc /emulators/bochs
parentc04cc57a1dbdc00a417751d12e5017e649cb74b3 (diff)
Fix a common grammar error: "can not" means the opposite of "cannot."
"Can not" means "it is possible not to," and "cannot" means "it is impossible to."
Notes
Notes: svn path=/head/; revision=476184
Diffstat (limited to 'emulators/bochs')
-rw-r--r--emulators/bochs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile
index f790ccdf7ee0..00bf38f2944c 100644
--- a/emulators/bochs/Makefile
+++ b/emulators/bochs/Makefile
@@ -224,7 +224,7 @@ CONFIGURE_ARGS+=--enable-vmx=1
.if defined(WITH_CPU_LEVEL)
.if ${WITH_CPU_LEVEL} < 3 || ${WITH_CPU_LEVEL} > 6
-IGNORE= can not install: WITH_CPU_LEVEL must be an integer value between 3 and 6
+IGNORE= cannot install: WITH_CPU_LEVEL must be an integer value between 3 and 6
.endif
CONFIGURE_ARGS+=--enable-cpu-level=${WITH_CPU_LEVEL}
.endif