From a5274ca7d0c32eeb2bfdadb7f3edb77ef1420d5f Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Mon, 17 Apr 2017 21:44:30 -0700 Subject: [PATCH] Fix comment typo --- source/Debugger/Debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Debugger/Debug.cpp b/source/Debugger/Debug.cpp index 0e0be48f..d5bb224e 100644 --- a/source/Debugger/Debug.cpp +++ b/source/Debugger/Debug.cpp @@ -103,7 +103,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // Note: BreakpointOperator_t, _PARAM_BREAKPOINT_, and g_aBreakpointSymbols must match! const char *g_aBreakpointSymbols[ NUM_BREAKPOINT_OPERATORS ] = { // Output: Must be 2 chars! - "<=", // LESS_EQAUL + "<=", // LESS_EQUAL "< ", // LESS_THAN "= ", // EQUAL "!=", // NOT_EQUAL