summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>2000-04-24 08:50:15 +0000
committermpp <mpp@FreeBSD.org>2000-04-24 08:50:15 +0000
commit74b21e46e5970a69109a5a0e2c70558205fea06b (patch)
tree47dbf85b40b20e3efb6ccd1e0618486caa1b21bb /share
parent2fbb47bdb5fdf0b3d87dc56bb1afc27554ee8672 (diff)
downloadFreeBSD-src-74b21e46e5970a69109a5a0e2c70558205fea06b.zip
FreeBSD-src-74b21e46e5970a69109a5a0e2c70558205fea06b.tar.gz
Fix the grammar in my previous commit "lose" -> "loss".
I should have done it that way in the first place. Pointed-out-by: bde
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 286d065..abbf3df 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)
#
OpenPOWER on IntegriCloud