From c2b42dc7ef3d77142dc94646b859e031ba765284 Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Wed, 11 Dec 2024 14:33:44 +0100 Subject: [PATCH] Fix typo --- cpp/controllers/controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/controllers/controller.cpp b/cpp/controllers/controller.cpp index 6a36dc59..29e82feb 100644 --- a/cpp/controllers/controller.cpp +++ b/cpp/controllers/controller.cpp @@ -35,7 +35,7 @@ bool Controller::Process() return false; } - // TODO Cath scsi_exception here instead of everywhere else and call Error()? + // TODO Catch scsi_exception here instead of everywhere else and call Error()? if (!ProcessPhase()) { Error(sense_key::aborted_command, asc::controller_process_phase); return false;