Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2024 05:50:29 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 3f8208145440 - stable/13 - i386: Fix a typo in a source code comment
Message-ID:  <202404270550.43R5oTRe009287@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  *



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404270550.43R5oTRe009287>