From a42c182441bc593d7e6ca247d9eaae332833a33d Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 8 Jun 2024 08:30:03 -0600 Subject: Fix typo in warning in gdb/configure Eli pointed out that "babeltrace" is misspelled in a warning in gdb/configure. This patch fixes the typo. --- gdb/configure | 4 ++-- gdb/configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'gdb') diff --git a/gdb/configure b/gdb/configure index 66a7ad8..15ececf 100755 --- a/gdb/configure +++ b/gdb/configure @@ -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 diff --git a/gdb/configure.ac b/gdb/configure.ac index 62ff09c..e70edb7 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -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 -- cgit v1.1