aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>2000-04-24 08:50:15 +0000
committerMike Pritchard <mpp@FreeBSD.org>2000-04-24 08:50:15 +0000
commitb453864c6a3e73f6047f384226d505a775e8a4f9 (patch)
tree4473b523edc4930a7548967b546c748ce402b6b9 /share
parentbe2c49b193e5af35e0b2d975de0982f0775abdc2 (diff)
downloadsrc-b453864c6a3e73f6047f384226d505a775e8a4f9.tar.gz
src-b453864c6a3e73f6047f384226d505a775e8a4f9.zip
Fix the grammar in my previous commit "lose" -> "loss".
I should have done it that way in the first place. Pointed-out-by: bde
Notes
Notes: svn path=/head/; revision=59582
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.kern.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.kern.mk b/share/mk/bsd.kern.mk
index 286d065e75d8..abbf3dfa35d2 100644
--- a/share/mk/bsd.kern.mk
+++ b/share/mk/bsd.kern.mk
@@ -23,7 +23,7 @@ CWARNFLAGS?= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
# 2.95 adds code to the entry and exit point of every function to align the
# stack to 16-byte boundaries -- thus wasting approximately 12 bytes of stack
# per function call. While the 16-byte alignment may benefit micro benchmarks,
-# it is probably an overall lose as it makes the code bigger (less efficient
+# it is probably an overall loss as it makes the code bigger (less efficient
# use of code cache tag lines) and uses more stack (less efficient use of data
# cache tag lines)
#