From: Dhruv Chawla <[email protected]>

Signed-off-by: Dhruv Chawla <[email protected]>

libatomic/ChangeLog:

        * config/mingw/lock.c: Fix typos.
        * config/posix/lock.c: Likewise.
---
 libatomic/config/mingw/lock.c | 2 +-
 libatomic/config/posix/lock.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libatomic/config/mingw/lock.c b/libatomic/config/mingw/lock.c
index 898f2bc73a9..d9eb8cc26fa 100644
--- a/libatomic/config/mingw/lock.c
+++ b/libatomic/config/mingw/lock.c
@@ -42,7 +42,7 @@
 #endif
 
 /* The granularity at which locks are applied.  Almost certainly the
-   cachline size is the right thing to use here.  */
+   cacheline size is the right thing to use here.  */
 #ifndef WATCH_SIZE
 #define WATCH_SIZE CACHLINE_SIZE
 #endif
diff --git a/libatomic/config/posix/lock.c b/libatomic/config/posix/lock.c
index 51f98bb2d4a..cbbb2540312 100644
--- a/libatomic/config/posix/lock.c
+++ b/libatomic/config/posix/lock.c
@@ -40,7 +40,7 @@
 #endif
 
 /* The granularity at which locks are applied.  Almost certainly the
-   cachline size is the right thing to use here.  */
+   cacheline size is the right thing to use here.  */
 #ifndef WATCH_SIZE
 #define WATCH_SIZE     CACHLINE_SIZE
 #endif
-- 
2.43.0

Reply via email to