]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/rtc/rtc-fm3130.c
fix typos concerning "instead"
[mv-sheeva.git] / drivers / rtc / rtc-fm3130.c
index ff6fce61ea41afff5e0d9d6bd8bd480c6f8d37d4..e4de8f37ae4a59d2ae6cd03eb39c5cb609141392 100644 (file)
@@ -104,7 +104,7 @@ static int fm3130_get_time(struct device *dev, struct rtc_time *t)
        if (!fm3130->data_valid) {
                /* We have invalid data in RTC, probably due
                to battery faults or other problems. Return EIO
-               for now, it will allow us to set data later insted
+               for now, it will allow us to set data later instead
                of error during probing which disables device */
                return -EIO;
        }