git: e6c45f377d5b - main - i386: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Apr 2024 12:14:31 UTC
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=e6c45f377d5b3bc28fc51a67c40dfa45c2087895 commit e6c45f377d5b3bc28fc51a67c40dfa45c2087895 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-04-20 12:13:33 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-04-20 12:13:33 +0000 i386: Fix a typo in a source code comment - s/slighly/slightly/ MFC after: 1 week --- 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. *