git: da013f1d5fee - stable/13 - atrtc(4): Fix a typo in a sysctl description

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 18 Apr 2024 04:35:03 UTC
The branch stable/13 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=da013f1d5feeaab20caa0769f52cfbab3718b943

commit da013f1d5feeaab20caa0769f52cfbab3718b943
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-04-12 12:32:48 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-04-18 04:34:52 +0000

    atrtc(4): Fix a typo in a sysctl description
    
    - s/emtpy/empty/
    
    (cherry picked from commit 38cc6c3d95d4d1156960a9c5ba69c360e36f9976)
---
 sys/x86/isa/atrtc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/x86/isa/atrtc.c b/sys/x86/isa/atrtc.c
index 102f93feeadf..668834307eb2 100644
--- a/sys/x86/isa/atrtc.c
+++ b/sys/x86/isa/atrtc.c
@@ -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.