summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-04-11 20:56:29 +0000
committerbde <bde@FreeBSD.org>1996-04-11 20:56:29 +0000
commit23914989a4957ca73089d11ec8a8a2c96acaa08a (patch)
tree65691526931998cc40978ca65fdb24dd21980af1 /sys/kern
parent46def092441a140f3f80c90d3601416bf29bf5f0 (diff)
downloadFreeBSD-src-23914989a4957ca73089d11ec8a8a2c96acaa08a.zip
FreeBSD-src-23914989a4957ca73089d11ec8a8a2c96acaa08a.tar.gz
Spell cpu_switch() with an i in a comment.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/kern_exit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c
index 0c86eaf..ad7b4db 100644
--- a/sys/kern/kern_exit.c
+++ b/sys/kern/kern_exit.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)kern_exit.c 8.7 (Berkeley) 2/12/94
- * $Id: kern_exit.c,v 1.30 1996/03/11 06:03:22 hsu Exp $
+ * $Id: kern_exit.c,v 1.31 1996/04/07 17:38:56 bde Exp $
*/
#include "opt_ktrace.h"
@@ -271,7 +271,7 @@ exit1(p, rv)
* The address space is released by "vmspace_free(p->p_vmspace)";
* This is machine-dependent, as we may have to change stacks
* or ensure that the current one isn't reallocated before we
- * finish. cpu_exit will end with a call to cpu_swtch(), finishing
+ * finish. cpu_exit will end with a call to cpu_switch(), finishing
* our execution (pun intended).
*/
cpu_exit(p);
OpenPOWER on IntegriCloud