git: 8ca6066eb00f - stable/14 - i386: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Apr 2024 05:49:59 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=8ca6066eb00f8f03fe16ba041bd9827bf61c3939
commit 8ca6066eb00f8f03fe16ba041bd9827bf61c3939
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-04-20 12:13:33 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-04-27 05:49:27 +0000
i386: Fix a typo in a source code comment
- s/slighly/slightly/
(cherry picked from commit e6c45f377d5b3bc28fc51a67c40dfa45c2087895)
---
sys/i386/include/atomic.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/i386/include/atomic.h b/sys/i386/include/atomic.h
index dae829b2c0f6..5aca9fb15181 100644
--- a/sys/i386/include/atomic.h
+++ b/sys/i386/include/atomic.h
@@ -91,7 +91,7 @@ __mbu(void)
*/
/*
- * Always use lock prefixes. The result is slighly less optimal for
+ * Always use lock prefixes. The result is slightly less optimal for
* UP systems, but it matters less now, and sometimes UP is emulated
* over SMP.
*