From: Dhruv Chawla <[email protected]>
Signed-off-by: Dhruv Chawla <[email protected]>
libatomic/ChangeLog:
* acinclude.m4: Fix typos.
* libatomic_i.h (__attribute__): Likewise.
---
libatomic/acinclude.m4 | 2 +-
libatomic/libatomic_i.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libatomic/acinclude.m4 b/libatomic/acinclude.m4
index 1e57bd52f5d..2f1450a836e 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/libatomic_i.h b/libatomic/libatomic_i.h
index 1dec34d39b8..ebf40dc7c0c 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);
--
2.43.0