From 2c87e00194de1e75a24ed9405777caae01b72d28 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 16 Aug 2004 22:53:29 +0000 Subject: [PATCH] Sync with i386 - s/cpu_swtch/cpu_switch/ --- sys/amd64/amd64/cpu_switch.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/amd64/amd64/cpu_switch.S b/sys/amd64/amd64/cpu_switch.S index ae13f587f7aa..881d514fed1d 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