summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2004-08-16 22:53:29 +0000
committerpeter <peter@FreeBSD.org>2004-08-16 22:53:29 +0000
commit03a8108c60b64d7f0d223a63f635ee7b2f6b0e3d (patch)
tree8140ba784caf0786d24f9a4a8110cc5f5342e32d /sys/amd64
parentb543ac08f9d0d1380c42893afce1e7e6d69aba14 (diff)
downloadFreeBSD-src-03a8108c60b64d7f0d223a63f635ee7b2f6b0e3d.zip
FreeBSD-src-03a8108c60b64d7f0d223a63f635ee7b2f6b0e3d.tar.gz
Sync with i386 - s/cpu_swtch/cpu_switch/
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/cpu_switch.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/cpu_switch.S b/sys/amd64/amd64/cpu_switch.S
index ae13f58..881d514 100644
--- a/sys/amd64/amd64/cpu_switch.S
+++ b/sys/amd64/amd64/cpu_switch.S
@@ -53,7 +53,7 @@
/*
* cpu_throw()
*
- * This is the second half of cpu_swtch(). It is used when the current
+ * This is the second half of cpu_switch(). It is used when the current
* thread is either a dummy or slated to die, and we no longer care
* about its state. This is only a slight optimization and is probably
* not worth it anymore. Note that we need to clear the pm_active bits so
OpenPOWER on IntegriCloud