typo in comments

This commit is contained in:
Felix Ruess
2012-01-19 13:42:14 +01:00
parent 187941d420
commit 7e6b75bead
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
*/ */
/** \file led.h /** \file led.h
* \brief arch independant LED (Light Emitting Diodes) API * \brief arch independent LED (Light Emitting Diodes) API
* *
* *
*/ */
+1 -1
View File
@@ -23,7 +23,7 @@
*/ */
/** \file mcu.h /** \file mcu.h
* \brief arch independant mcu ( Micro Controller Unit ) utilities * \brief arch independent mcu ( Micro Controller Unit ) utilities
*/ */
#ifndef MCU_H #ifndef MCU_H
+1 -1
View File
@@ -23,7 +23,7 @@
*/ */
/** \file adc.h /** \file adc.h
* \brief arch independant ADC (Analog to Digital Converter) API * \brief arch independent ADC (Analog to Digital Converter) API
* *
* Facility to store last values in a circular buffer for a specific * Facility to store last values in a circular buffer for a specific
* channel: * channel:
+1 -1
View File
@@ -23,7 +23,7 @@
*/ */
/** \file mcu_periph/spi.h /** \file mcu_periph/spi.h
* \brief arch independant SPI (Serial Peripheral Interface) API */ * \brief arch independent SPI (Serial Peripheral Interface) API */
#ifndef SPI_H #ifndef SPI_H
+1 -1
View File
@@ -23,7 +23,7 @@
*/ */
/** \file mcu_periph/uart.h /** \file mcu_periph/uart.h
* \brief arch independant UART (Universal Asynchronous Receiver/Transmitter) API * \brief arch independent UART (Universal Asynchronous Receiver/Transmitter) API
* *
*/ */
+1 -1
View File
@@ -23,7 +23,7 @@
*/ */
/** \file usb_serial.h /** \file usb_serial.h
* \brief arch independant USB API * \brief arch independent USB API
* *
*/ */
+1 -1
View File
@@ -23,7 +23,7 @@
*/ */
/* /*
*\brief architecture independant timing functions *\brief architecture independent timing functions
* *
*/ */