aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2024-04-20 12:13:33 +0000
committerGordon Bergling <gbe@FreeBSD.org>2024-04-20 12:13:33 +0000
commite6c45f377d5b3bc28fc51a67c40dfa45c2087895 (patch)
tree23481c54a345c57198654e57c7321b870271df6d
parent1bbdcf62d3ac8fbea2d4c5b37ccd9ac2032d37d7 (diff)
downloadsrc-e6c45f377d5b3bc28fc51a67c40dfa45c2087895.tar.gz
src-e6c45f377d5b3bc28fc51a67c40dfa45c2087895.zip
i386: Fix a typo in a source code comment
- s/slighly/slightly/ MFC after: 1 week
-rw-r--r--sys/i386/include/atomic.h2
1 files changed, 1 insertions, 1 deletions
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.
*