Fix common misspellings
[linux-2.6-block.git] / drivers / hwmon / abituguru.c
index 0e05aa179eaa09c1c52763be60a84d1d41d3d3db..e7d4c4687f022dc57546776d00ad3c0d371f6e50 100644 (file)
@@ -1422,7 +1422,7 @@ static int __init abituguru_detect(void)
           at DATA and 0xAC, when this driver has already been loaded once
           DATA will hold 0x08. For most uGuru's CMD will hold 0xAC in either
           scenario but some will hold 0x00.
           at DATA and 0xAC, when this driver has already been loaded once
           DATA will hold 0x08. For most uGuru's CMD will hold 0xAC in either
           scenario but some will hold 0x00.
-          Some uGuru's initally hold 0x09 at DATA and will only hold 0x08
+          Some uGuru's initially hold 0x09 at DATA and will only hold 0x08
           after reading CMD first, so CMD must be read first! */
        u8 cmd_val = inb_p(ABIT_UGURU_BASE + ABIT_UGURU_CMD);
        u8 data_val = inb_p(ABIT_UGURU_BASE + ABIT_UGURU_DATA);
           after reading CMD first, so CMD must be read first! */
        u8 cmd_val = inb_p(ABIT_UGURU_BASE + ABIT_UGURU_CMD);
        u8 data_val = inb_p(ABIT_UGURU_BASE + ABIT_UGURU_DATA);