https://gcc.gnu.org/g:4647b5877c9b07c5639d32f73c4f929b2dee32d4

commit r17-1024-g4647b5877c9b07c5639d32f73c4f929b2dee32d4
Author: Dhruv Chawla <[email protected]>
Date:   Thu May 14 08:53:12 2026 +0000

    libatomic: Fix typos in various files
    
    Signed-off-by: Dhruv Chawla <[email protected]>
    
    libatomic/ChangeLog:
    
            * acinclude.m4: Fix typos.
            * libatomic_i.h (__attribute__): Likewise.
            * configure: Regenerate.

Diff:
---
 libatomic/acinclude.m4  | 2 +-
 libatomic/configure     | 4 ++--
 libatomic/libatomic_i.h | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libatomic/acinclude.m4 b/libatomic/acinclude.m4
index 1e57bd52f5d2..2f1450a836e4 100644
--- a/libatomic/acinclude.m4
+++ b/libatomic/acinclude.m4
@@ -440,7 +440,7 @@ if test x$enable_symvers = xsun ; then
     *)
       # Unlikely to work.
       AC_MSG_WARN([=== You have requested Sun symbol versioning, but])
-      AC_MSG_WARN([=== you are not targetting Solaris 2.])
+      AC_MSG_WARN([=== you are not targeting Solaris 2.])
       AC_MSG_WARN([=== Symbol versioning will be disabled.])
       enable_symvers=no
       ;;
diff --git a/libatomic/configure b/libatomic/configure
index 8284c81b1bb8..ca5d30d6012f 100755
--- a/libatomic/configure
+++ b/libatomic/configure
@@ -15863,8 +15863,8 @@ if test x$enable_symvers = xsun ; then
       # Unlikely to work.
       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You have requested 
Sun symbol versioning, but" >&5
 $as_echo "$as_me: WARNING: === You have requested Sun symbol versioning, but" 
>&2;}
-      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === you are not 
targetting Solaris 2." >&5
-$as_echo "$as_me: WARNING: === you are not targetting Solaris 2." >&2;}
+      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === you are not 
targeting Solaris 2." >&5
+$as_echo "$as_me: WARNING: === you are not targeting Solaris 2." >&2;}
       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning 
will be disabled." >&5
 $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
       enable_symvers=no
diff --git a/libatomic/libatomic_i.h b/libatomic/libatomic_i.h
index 1dec34d39b8c..ebf40dc7c0ca 100644
--- a/libatomic/libatomic_i.h
+++ b/libatomic/libatomic_i.h
@@ -146,7 +146,7 @@ typedef unsigned UWORD __attribute__((mode(word)));
    granularity.
 
    Not actually declared here so that they can be defined static inline
-   in a target-specfic <host-config.h>.
+   in a target-specific <host-config.h>.
 
 UWORD protect_start (void *ptr);
 void protect_end (void *ptr, UWORD);

Reply via email to