git: 73bb5aea88da - main - atomic: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Apr 2024 17:34:41 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=73bb5aea88da5c02676ad606c215f442d35e68e8
commit 73bb5aea88da5c02676ad606c215f442d35e68e8
Author: Elyes Haouas <ehaouas@noos.fr>
AuthorDate: 2024-04-11 17:27:28 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-04-11 17:28:13 +0000
atomic: Fix typo
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/885
---
sys/amd64/include/atomic.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/amd64/include/atomic.h b/sys/amd64/include/atomic.h
index e5f21b2efd05..facf6da844d3 100644
--- a/sys/amd64/include/atomic.h
+++ b/sys/amd64/include/atomic.h
@@ -102,7 +102,7 @@
*/
/*
- * 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.
*