diff --git a/sys/arch/arm/cortex/a9tmr.c b/sys/arch/arm/cortex/a9tmr.c index fe50518918b5..991797fb30b3 100644 --- a/sys/arch/arm/cortex/a9tmr.c +++ b/sys/arch/arm/cortex/a9tmr.c @@ -1,4 +1,4 @@ -/* $NetBSD: a9tmr.c,v 1.16 2018/06/20 05:01:39 hkenken Exp $ */ +/* $NetBSD: a9tmr.c,v 1.17 2018/10/14 19:01:00 aymeric Exp $ */ /*- * Copyright (c) 2012 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: a9tmr.c,v 1.16 2018/06/20 05:01:39 hkenken Exp $"); +__KERNEL_RCSID(0, "$NetBSD: a9tmr.c,v 1.17 2018/10/14 19:01:00 aymeric Exp $"); #include #include @@ -121,7 +121,7 @@ a9tmr_attach(device_t parent, device_t self, void *aux) const char *cpu_type; /* - * This runs at the ARM PERIPHCLOCK which should be 1/2 of the CPU clock. + * This runs at the ARM PERIPHCLOCK. * The MD code should have setup our frequency for us. */ if (!prop_dictionary_get_uint32(dict, "frequency", &sc->sc_freq)) {