diff options
author | mpp <mpp@FreeBSD.org> | 2000-04-23 16:32:21 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 2000-04-23 16:32:21 +0000 |
commit | 0b58458c4746f487c676e5b4bb004da3a504fbf0 (patch) | |
tree | 632adb6fde25adb78fd4bcbd2763da28ff614a71 /sys/conf/kern.mk | |
parent | 6f323e4920412b00176608e222ab4c56bec9fc90 (diff) | |
download | FreeBSD-src-0b58458c4746f487c676e5b4bb004da3a504fbf0.zip FreeBSD-src-0b58458c4746f487c676e5b4bb004da3a504fbf0.tar.gz |
Fix a typo in the comments.
Submitted by: Allen Campbell <allenc@verinet.com>
Diffstat (limited to 'sys/conf/kern.mk')
-rw-r--r-- | sys/conf/kern.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk index 595bc2e..286d065 100644 --- a/sys/conf/kern.mk +++ b/sys/conf/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 loose as it makes the code bigger (less efficient +# it is probably an overall lose 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) # |