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.
This commit is contained in:
Tom Tromey
2025-10-28 09:53:17 -06:00
parent 8e2dd54209
commit 20adfa53dc

View 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.