Fix some comments and typos.
[bertos.git] / bertos / cpu / avr / drv / wdt_avr.h
index 0edb5d160756982747f970d5b44db13ddce5d0fa..1499d5a950b5261dcac4c21b8f03d32b94bec1f0 100644 (file)
@@ -32,9 +32,9 @@
  *
  * \brief Watchdog interface for AVR architecture.
  *
- * \note The AVR LibC already provvide the api to manange
- * the watchdog on AVR architecture. In LibC also define several
- * macro to set the timeout value (see documentation for more detail).
+ * \note The avr-libc already provide an api to manage the watchdog on AVR architecture.
+ * In avr-libc are also available several constants used to set the timeout value
+ * (see documentation for more detail).
  *
  * \version $Id$
  *
@@ -55,8 +55,7 @@
 /**
  * Reset the watchdog timer.
  *
- * This functions is already definded to avr libc,
- * we use it.
+ * This functions is already defind in avr-libc.
  */
 // void wdt_reset(void)