diff options
author | kris <kris@FreeBSD.org> | 1999-07-12 15:02:51 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 1999-07-12 15:02:51 +0000 |
commit | d5babdb93cd02e74fbca6eea19ae8baabd7b7368 (patch) | |
tree | 027d40f3b530a6a0df5ae486342b3b28dcebff25 /sys/i386/include | |
parent | c532a2c93ae050012197740e361591d3a2a4dd7f (diff) | |
download | FreeBSD-src-d5babdb93cd02e74fbca6eea19ae8baabd7b7368.zip FreeBSD-src-d5babdb93cd02e74fbca6eea19ae8baabd7b7368.tar.gz |
Correct a couple of spelling errors in comments.
Diffstat (limited to 'sys/i386/include')
-rw-r--r-- | sys/i386/include/lock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/lock.h b/sys/i386/include/lock.h index bb67f47..a7c6c1c 100644 --- a/sys/i386/include/lock.h +++ b/sys/i386/include/lock.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: lock.h,v 1.5 1997/12/15 02:18:27 tegge Exp $ + * $Id: lock.h,v 1.6 1998/04/06 11:38:17 phk Exp $ */ @@ -82,7 +82,7 @@ */ /* - * Botom half routines, ie. those already protected from INTs. + * Bottom half routines, ie. those already protected from INTs. * * Used in: * sys/i386/isa/ipl.s: _doreti |