]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - drivers/watchdog/sbc7240_wdt.c
Fix common misspellings
[thirdparty/kernel/linux.git] / drivers / watchdog / sbc7240_wdt.c
index 67ddeb1c830a31d15289268f49aec797881e68eb..ff11504c376e56848f7f7d180c09c69bd3e179b4 100644 (file)
@@ -273,7 +273,7 @@ static int __init sbc7240_wdt_init(void)
 
        /* The IO port 0x043 used to disable the watchdog
         * is already claimed by the system timer, so we
-        * cant request_region() it ...*/
+        * can't request_region() it ...*/
 
        if (timeout < 1 || timeout > SBC7240_MAX_TIMEOUT) {
                timeout = SBC7240_TIMEOUT;