https://gcc.gnu.org/g:6b2897a716e12a529770e6811679cd1566ef5c5b
commit r17-1133-g6b2897a716e12a529770e6811679cd1566ef5c5b Author: Dhruv Chawla <[email protected]> Date: Thu May 21 11:48:48 2026 +0000 libatomic: Fix typos in various files Signed-off-by: Dhruv Chawla <[email protected]> libatomic/ChangeLog: * config/mingw/lock.c: Fix typos. * config/posix/lock.c: Likewise. Diff: --- 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 898f2bc73a9e..d9eb8cc26fa2 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 51f98bb2d4a3..cbbb2540312c 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
