aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/psl.h
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
commit6c5e9bbdf5bb93639ae4899ddef635fe2ecbdd49 (patch)
treed5a8ea90ac641a456fff5afceb0a72173a7abe6e /sys/amd64/include/psl.h
parent09b5920411b857421036b7143f6cf39b5e264961 (diff)
downloadsrc-6c5e9bbdf5bb93639ae4899ddef635fe2ecbdd49.tar.gz
src-6c5e9bbdf5bb93639ae4899ddef635fe2ecbdd49.zip
Fix a bunch of spelling errors in the comment fields of
a bunch of system include files.
Notes
Notes: svn path=/head/; revision=13765
Diffstat (limited to 'sys/amd64/include/psl.h')
-rw-r--r--sys/amd64/include/psl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/psl.h b/sys/amd64/include/psl.h
index 3d96dbc52495..4c412c4786b2 100644
--- a/sys/amd64/include/psl.h
+++ b/sys/amd64/include/psl.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)psl.h 5.2 (Berkeley) 1/18/91
- * $Id: psl.h,v 1.5 1994/08/10 03:51:18 wollman Exp $
+ * $Id: psl.h,v 1.6 1995/01/14 13:20:25 bde Exp $
*/
#ifndef _MACHINE_PSL_H_
@@ -78,7 +78,7 @@
/*
* Bits that can be changed in user mode on 486's. We allow these bits
* to be changed using ptrace(), sigreturn() and procfs. Setting PS_NT
- * is undesireable but it may as well be allowed since users can inflict
+ * is undesirable but it may as well be allowed since users can inflict
* it on the kernel directly. Changes to PSL_AC are silently ignored on
* 386's.
*/