]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix typo in break-kernel-no-debug-info.exp
authorTom Tromey <tromey@adacore.com>
Tue, 28 Oct 2025 15:53:17 +0000 (09:53 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 28 Oct 2025 15:53:17 +0000 (09:53 -0600)
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

index df65b7c064e07db5f3736dbc54202e211b8ccb92..7773ff31ff0f2736caef85619a1659b337564b09 100644 (file)
@@ -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.