diff --git a/cpu/native/periph/timer.c b/cpu/native/periph/timer.c index 14e857bef..50c45b97b 100644 --- a/cpu/native/periph/timer.c +++ b/cpu/native/periph/timer.c @@ -6,7 +6,7 @@ * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * - * @ingroup hwtimer + * @ingroup timer * @ingroup native_cpu * @{ * @author Ludwig Ortmann @@ -17,7 +17,7 @@ * Uses POSIX realtime clock and POSIX itimer to mimic hardware. * * This is based on native's hwtimer implementation by Ludwig Ortmann. - * I removed the multiplexing, as wtimer does the same. (kaspar) + * I removed the multiplexing, as xtimer does the same. (kaspar) * * @} */