1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

Fix the grammar in my previous commit "lose" -> "loss".

I should have done it that way in the first place.

Pointed-out-by:  bde
This commit is contained in:
Mike Pritchard 2000-04-24 08:50:15 +00:00
parent be2c49b193
commit b453864c6a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59582
2 changed files with 2 additions and 2 deletions

View File

@ -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)
#

View File

@ -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)
#