public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [pushed] Fix typo in warning in gdb/configure
@ 2024-06-08 14:53 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2024-06-08 14:53 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

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(-)

diff --git a/gdb/configure b/gdb/configure
index 66a7ad8d256..15ececfefa2 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 62ff09cea20..e70edb74578 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
-- 
2.44.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-06-08 14:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-08 14:53 [pushed] Fix typo in warning in gdb/configure Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).