buzzer: spacing fix
[bertos.git] / bertos / hw / hw_buzzer.h
index f6e790b8803bfe288dc419737d87a5b475cc64ee..858ecbfb741eed8c853a6f3db011ae4007e0e934 100644 (file)
@@ -26,8 +26,8 @@
  * invalidate any other reasons why the executable file might be covered by
  * the GNU General Public License.
  *
- * Copyright 2003, 2004, 2005, 2006 Develer S.r.l. (http://www.develer.com/)
- * Copyright 2000 Bernardo Innocenti
+ * Copyright 2003, 2004, 2005, 2006, 2008 Develer S.r.l. (http://www.develer.com/)
+ * Copyright 2000 Bernie Innocenti
  * All Rights Reserved.
  * -->
  *
@@ -41,9 +41,9 @@
 #ifndef HW_BUZZER_H
 #define HW_BUZZER_H
 
-#warning TODO:This is example implemetantion, you must implement it! 
+#warning TODO:This is an example implementation, you must implement it!
 
-#define BUZZER_BIT      1 
+#define BUZZER_BIT      1
 #define IS_BUZZER_ON    0
 #define BUZZER_HW_INIT  do { /* Implement me! */ } while (0)
 #define BUZZER_ON       do { /* Implement me! */ } while (0)