Skip to content

Commit e088100

Browse files
committed
fix few typos in comments.
1 parent 2ef3014 commit e088100

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

sys/arch/x68k/stand/libsa/clock.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: clock.c,v 1.6 2024/01/07 07:58:34 isaki Exp $ */
1+
/* $NetBSD: clock.c,v 1.7 2025/12/01 21:24:29 andvar Exp $ */
22

33
/*
44
* Copyright (c) 2003 Tetsuya Isaki. All rights reserved.
@@ -89,7 +89,7 @@ delay(int us)
8989
/*
9090
* assume IPLROM initializes MFP Timer-C as following:
9191
* - free run down count
92-
* - 1/200 presclaer (50us with 4MHz clock)
92+
* - 1/200 prescaler (50us with 4MHz clock)
9393
*
9494
* Note we can't change MFP_TCDR reload value (200)
9595
* because awaitkey_1sec() in consio.c assumes that value.

sys/dev/apm/apm.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: apm.c,v 1.35 2021/09/26 01:16:08 thorpej Exp $ */
1+
/* $NetBSD: apm.c,v 1.36 2025/12/01 21:24:29 andvar Exp $ */
22

33
/*-
44
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
3333
*/
3434

3535
#include <sys/cdefs.h>
36-
__KERNEL_RCSID(0, "$NetBSD: apm.c,v 1.35 2021/09/26 01:16:08 thorpej Exp $");
36+
__KERNEL_RCSID(0, "$NetBSD: apm.c,v 1.36 2025/12/01 21:24:29 andvar Exp $");
3737

3838
#include "opt_apm.h"
3939

@@ -343,7 +343,7 @@ apm_resume(struct apm_softc *sc, u_int event_type, u_int event_info)
343343

344344
#ifdef TIMER_FREQ
345345
/*
346-
* Some system requires its clock to be initialized after hybernation.
346+
* Some system requires its clock to be initialized after hibernation.
347347
*/
348348
initrtclock(TIMER_FREQ);
349349
#endif

sys/dev/hpc/apm/apmdev.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: apmdev.c,v 1.34 2021/09/26 01:16:08 thorpej Exp $ */
1+
/* $NetBSD: apmdev.c,v 1.35 2025/12/01 21:24:29 andvar Exp $ */
22

33
/*-
44
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
3333
*/
3434

3535
#include <sys/cdefs.h>
36-
__KERNEL_RCSID(0, "$NetBSD: apmdev.c,v 1.34 2021/09/26 01:16:08 thorpej Exp $");
36+
__KERNEL_RCSID(0, "$NetBSD: apmdev.c,v 1.35 2025/12/01 21:24:29 andvar Exp $");
3737

3838
#ifdef _KERNEL_OPT
3939
#include "opt_apm.h"
@@ -353,7 +353,7 @@ apm_resume(struct apm_softc *sc, u_int event_type, u_int event_info)
353353

354354
#if 0 /* XXX: def TIME_FREQ */
355355
/*
356-
* Some system requires its clock to be initialized after hybernation.
356+
* Some system requires its clock to be initialized after hibernation.
357357
*/
358358
initrtclock(TIMER_FREQ);
359359
#endif

sys/dev/ic/arn5416.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: arn5416.c,v 1.3 2022/09/25 18:43:32 thorpej Exp $ */
1+
/* $NetBSD: arn5416.c,v 1.4 2025/12/01 21:24:29 andvar Exp $ */
22
/* $OpenBSD: ar5416.c,v 1.12 2012/06/10 21:23:36 kettenis Exp $ */
33

44
/*-
@@ -24,7 +24,7 @@
2424
*/
2525

2626
#include <sys/cdefs.h>
27-
__KERNEL_RCSID(0, "$NetBSD: arn5416.c,v 1.3 2022/09/25 18:43:32 thorpej Exp $");
27+
__KERNEL_RCSID(0, "$NetBSD: arn5416.c,v 1.4 2025/12/01 21:24:29 andvar Exp $");
2828

2929
#include <sys/param.h>
3030
#include <sys/sockio.h>
@@ -666,7 +666,7 @@ ar5416_set_txpower(struct athn_softc *sc, struct ieee80211_channel *c,
666666
ar5008_write_txpower(sc, power);
667667

668668
/*
669-
* Write transmit power substraction for dynamic chain changing
669+
* Write transmit power subtraction for dynamic chain changing
670670
* and per-packet transmit power.
671671
*/
672672
AR_WRITE(sc, AR_PHY_POWER_TX_SUB,

0 commit comments

Comments
 (0)