Skip to content

Commit

Permalink
atrtc(4): Fix a typo in a sysctl description
Browse files Browse the repository at this point in the history
- s/emtpy/empty/

MFC after:	5 days
  • Loading branch information
gbergling committed Apr 12, 2024
1 parent f242c47 commit 38cc6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/x86/isa/atrtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
/* tunable to detect a power loss of the rtc */
static bool atrtc_power_lost = false;
SYSCTL_BOOL(_machdep, OID_AUTO, atrtc_power_lost, CTLFLAG_RD, &atrtc_power_lost,
false, "RTC lost power on last power cycle (probably caused by an emtpy cmos battery)");
false, "RTC lost power on last power cycle (probably caused by an empty cmos battery)");

/*
* atrtc_lock protects low-level access to individual hardware registers.
Expand Down

0 comments on commit 38cc6c3

Please sign in to comment.