Disable preemptive kernel (not working).
[bertos.git] / 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);