diff --git a/sys/arm/arm/generic_timer.c b/sys/arm/arm/generic_timer.c index a00cb304d7e7..b5c7e011fc9e 100644 --- a/sys/arm/arm/generic_timer.c +++ b/sys/arm/arm/generic_timer.c @@ -353,7 +353,7 @@ DELAY(int usec) for (; usec > 0; usec--) for (counts = 200; counts > 0; counts--) /* - * Prevent gcc from optimizing + * Prevent the compiler from optimizing * out the loop */ cpufunc_nullop();