diff --git a/cpu/kinetis/doc.txt b/cpu/kinetis/doc.txt index 0933d2d23c..c18360620c 100644 --- a/cpu/kinetis/doc.txt +++ b/cpu/kinetis/doc.txt @@ -114,7 +114,7 @@ RTC is clocked by a 32.768 kHz clock. Please note the manual of your MCU or SiP for the clock setting for the RTC module. After initialization Time Seconds Register (TSR) increments once a -second. The TSR (also TAR) value will be converted to the stuct tm and back +second. The TSR (also TAR) value will be converted to the struct tm and back with the help of stdlib functions that are defined in time.h. The driver supports alarm, it is stored in the Time Alarm Registers (TAR) and the unit is seconds. diff --git a/cpu/kinetis/periph/ics.c b/cpu/kinetis/periph/ics.c index b2f20cf0f6..778aa14e49 100644 --- a/cpu/kinetis/periph/ics.c +++ b/cpu/kinetis/periph/ics.c @@ -50,7 +50,7 @@ ** - rev. 1.0 (2013-07-30) ** Initial version. ** - rev. 1.1 (2013-10-29) -** Definition of BITBAND macros updated to support peripherals with 32-bit acces disabled. +** Definition of BITBAND macros updated to support peripherals with 32-bit access disabled. ** - rev. 1.2 (2014-01-10) ** CAN - Corrected address of TSIDR1 register. ** CAN - Corrected name of MSCAN_TDLR bit DLC to TDLC.