https://gcc.gnu.org/g:a886b383b26a024a306d4a779fc53c6c565d0ee0

commit r17-1031-ga886b383b26a024a306d4a779fc53c6c565d0ee0
Author: Dhruv Chawla <[email protected]>
Date:   Thu May 14 09:17:28 2026 +0000

    libgm2: Fix typos in configure.ac
    
    Signed-off-by: Dhruv Chawla <[email protected]>
    
    libgm2/ChangeLog:
    
            * configure.ac: Fix typos.

Diff:
---
 libgm2/configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libgm2/configure.ac b/libgm2/configure.ac
index ebdd720f2195..2c85a05aeab8 100644
--- a/libgm2/configure.ac
+++ b/libgm2/configure.ac
@@ -437,7 +437,7 @@ AC_SUBST(GM2_FOR_TARGET)
 
 # Now we check the target as long as it is a supported host.
 # For some embedded targets we choose minimal runtime system which is
-# just enough to satisfy the linker targetting raw metal.
+# just enough to satisfy the linker targeting raw metal.
 if test x${M2_HOST_OS} != xunknown; then
 AC_MSG_NOTICE([m2 library building for target ${target}])
 case "$target" in
@@ -490,7 +490,7 @@ else
    GM2_MSG_RESULT([m2 front end will build PIM libraries:],[BUILD_PIMLIB])
    GM2_MSG_RESULT([m2 front end will build ISO libraries:],[BUILD_ISOLIB])
    GM2_MSG_RESULT([m2 front end will build coroutine 
libraries:],[BUILD_CORLIB])
-   GM2_MSG_RESULT([m2 front end will build Logitech compatability 
libraries:],[BUILD_LOGLIB])
+   GM2_MSG_RESULT([m2 front end will build Logitech compatibility 
libraries:],[BUILD_LOGLIB])
 fi
 
 AM_CONDITIONAL([BUILD_PIMLIB], [test x$BUILD_PIMLIB = xtrue])

Reply via email to