]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix typo in warning in gdb/configure
authorTom Tromey <tom@tromey.com>
Sat, 8 Jun 2024 14:30:03 +0000 (08:30 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 8 Jun 2024 14:30:51 +0000 (08:30 -0600)
Eli pointed out that "babeltrace" is misspelled in a warning in
gdb/configure.  This patch fixes the typo.

gdb/configure
gdb/configure.ac

index 66a7ad8d2562a76720a9aeec5c88cb370021f4b3..15ececfefa26a8cce2febce0d06a3e1ecbeb944a 100755 (executable)
@@ -33003,8 +33003,8 @@ $as_echo_n "checking whether to use babeltrace... " >&6; }
 $as_echo "$with_babeltrace" >&6; }
 
 if test "x$with_babeltrace" = "xno"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: babletrace support disabled; GDB is unable to read CTF data." >&5
-$as_echo "$as_me: WARNING: babletrace support disabled; GDB is unable to read CTF data." >&2;}
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: babeltrace support disabled; GDB is unable to read CTF data." >&5
+$as_echo "$as_me: WARNING: babeltrace support disabled; GDB is unable to read CTF data." >&2;}
 else
   # Append -Werror to CFLAGS so that configure can catch the warning
   # "assignment from incompatible pointer type", which is related to
index 62ff09cea204360bda1573b6c12faeb98854fa3c..e70edb745782a69581049d1678dbebb2b2c347b8 100644 (file)
@@ -2136,7 +2136,7 @@ AC_MSG_CHECKING([whether to use babeltrace])
 AC_MSG_RESULT([$with_babeltrace])
 
 if test "x$with_babeltrace" = "xno"; then
-  AC_MSG_WARN([babletrace support disabled; GDB is unable to read CTF data.])
+  AC_MSG_WARN([babeltrace support disabled; GDB is unable to read CTF data.])
 else
   # Append -Werror to CFLAGS so that configure can catch the warning
   # "assignment from incompatible pointer type", which is related to