Fix spelling.

This commit is contained in:
Tim Kientzle 2012-11-25 16:19:12 +00:00
parent 3a0e1b57bb
commit 3b5c0b51e9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243523
3 changed files with 3 additions and 3 deletions

View File

@ -128,7 +128,7 @@ static struct arm_tmr_softc *arm_tmr_sc = NULL;
static timecounter_get_t arm_tmr_get_timecount;
static struct timecounter arm_tmr_timecount = {
.tc_name = "ARM MPCore Timecouter",
.tc_name = "ARM MPCore Timecounter",
.tc_get_timecount = arm_tmr_get_timecount,
.tc_poll_pps = NULL,
.tc_counter_mask = ~0u,

View File

@ -102,7 +102,7 @@ static struct bcm_systimer_softc *bcm_systimer_sc = NULL;
static unsigned bcm_systimer_tc_get_timecount(struct timecounter *);
static struct timecounter bcm_systimer_tc = {
.tc_name = "BCM2835 Timecouter",
.tc_name = "BCM2835 Timecounter",
.tc_get_timecount = bcm_systimer_tc_get_timecount,
.tc_poll_pps = NULL,
.tc_counter_mask = ~0u,

View File

@ -128,7 +128,7 @@ static struct am335x_dmtimer *am335x_dmtimer_tc_tmr = NULL;
static unsigned am335x_dmtimer_tc_get_timecount(struct timecounter *);
static struct timecounter am335x_dmtimer_tc = {
.tc_name = "AM335x Timecouter",
.tc_name = "AM335x Timecounter",
.tc_get_timecount = am335x_dmtimer_tc_get_timecount,
.tc_poll_pps = NULL,
.tc_counter_mask = ~0u,