From 7ca2d97bbd23badd039a2c8e125f2183ae24bd9b Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 11 Sep 2009 22:05:59 +0000 Subject: [PATCH] Fix typos in comments from the previous commit. --- sys/dev/amdtemp/amdtemp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/amdtemp/amdtemp.c b/sys/dev/amdtemp/amdtemp.c index ababa89e4e4..9a1574578b1 100644 --- a/sys/dev/amdtemp/amdtemp.c +++ b/sys/dev/amdtemp/amdtemp.c @@ -422,7 +422,7 @@ amdtemp_gettemp0f(device_t dev, amdsensor_t sensor) switch (sensor) { case SENSOR1_CORE0: sel |= AMDTEMP_TTSR_SELSENSOR; - /* FALLTROUGH */ + /* FALLTHROUGH */ case SENSOR0_CORE0: case CORE0: if (sc->sc_swap) @@ -430,7 +430,7 @@ amdtemp_gettemp0f(device_t dev, amdsensor_t sensor) break; case SENSOR1_CORE1: sel |= AMDTEMP_TTSR_SELSENSOR; - /* FALLTROUGH */ + /* FALLTHROUGH */ case SENSOR0_CORE1: case CORE1: if (!sc->sc_swap)