Typo.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 10 Sep 2008 09:50:26 +0000 (09:50 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 10 Sep 2008 09:50:26 +0000 (09:50 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1801 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/drv/eeprom.c

index 92ddac731cf8f7f3694233ed909e8266be073b1f..83688b782c6216dbd64eaaf6f3412c8b119b0a24 100644 (file)
@@ -243,7 +243,7 @@ static size_t eeprom_read(struct KFile *_fd, void *_buf, size_t size)
        while (size--)
        {
                /*
-                * The last byte read does not has an ACK
+                * The last byte read does not have an ACK
                 * to stop communication.
                 */
                int c = twi_get(size);