From: Tom Tromey Date: Tue, 28 Oct 2025 15:53:17 +0000 (-0600) Subject: Fix typo in break-kernel-no-debug-info.exp X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20adfa53dcbd19bc3d185ed7365e3f38d42f078c;p=thirdparty%2Fbinutils-gdb.git 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. --- 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.