git: 3f8208145440 - stable/13 - 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:50:29 UTC
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=3f8208145440e7f30e07dcc255fcd864481d3612 commit 3f8208145440e7f30e07dcc255fcd864481d3612 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:50:11 +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 99ffb41aef90..96fcfcaed2c7 100644 --- a/sys/i386/include/atomic.h +++ b/sys/i386/include/atomic.h @@ -131,7 +131,7 @@ void atomic_subtract_64(volatile uint64_t *, uint64_t); #else /* !__GNUCLIKE_ASM */ /* - * 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. *