No public description PiperOrigin-RevId: 745803460 Change-Id: Iee4a98fd87a3f77f41277a480064349e9032408e
diff --git a/riscv/riscv_top.cc b/riscv/riscv_top.cc index 17885c7..83ffb8e 100644 --- a/riscv/riscv_top.cc +++ b/riscv/riscv_top.cc
@@ -683,8 +683,7 @@ absl::Status RiscVTop::ClearSwBreakpoint(uint64_t address) { // Don't try if the simulator is running. if (run_status_ != RunStatus::kHalted) { - return absl::FailedPreconditionError( - "ClearSwBreakpoing: Core must be halted"); + return absl::FailedPreconditionError("ClearSwt: Core must be halted"); } if (rv_breakpoint_manager_ == nullptr) { return absl::InternalError("Breakpoints are not enabled");