From 20adfa53dcbd19bc3d185ed7365e3f38d42f078c Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 28 Oct 2025 09:53:17 -0600 Subject: [PATCH] Fix typo in break-kernel-no-debug-info.exp pre-commit / codespell pointed out a typo in break-kernel-no-debug-info.exp. This patch fixes it. --- gdb/testsuite/gdb.rocm/break-kernel-no-debug-info.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/testsuite/gdb.rocm/break-kernel-no-debug-info.exp b/gdb/testsuite/gdb.rocm/break-kernel-no-debug-info.exp index df65b7c064e..7773ff31ff0 100644 --- a/gdb/testsuite/gdb.rocm/break-kernel-no-debug-info.exp +++ b/gdb/testsuite/gdb.rocm/break-kernel-no-debug-info.exp @@ -16,7 +16,7 @@ # Test setting a breakpoint on a kernel symbol without debug info, # relying on minimal symbols from the ELF. -# A bug occured when GDB did not find the appropriate architecture for +# A bug occurred when GDB did not find the appropriate architecture for # breakpoints on minimal symbols. This had the effect that the # breakpoint would not be hit on the GPU when no debugging infos are # available. -- 2.47.3