mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-08-15 18:27:29 +00:00
Fix comment typo
This commit is contained in:
@@ -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!
|
// Note: BreakpointOperator_t, _PARAM_BREAKPOINT_, and g_aBreakpointSymbols must match!
|
||||||
const char *g_aBreakpointSymbols[ NUM_BREAKPOINT_OPERATORS ] =
|
const char *g_aBreakpointSymbols[ NUM_BREAKPOINT_OPERATORS ] =
|
||||||
{ // Output: Must be 2 chars!
|
{ // Output: Must be 2 chars!
|
||||||
"<=", // LESS_EQAUL
|
"<=", // LESS_EQUAL
|
||||||
"< ", // LESS_THAN
|
"< ", // LESS_THAN
|
||||||
"= ", // EQUAL
|
"= ", // EQUAL
|
||||||
"!=", // NOT_EQUAL
|
"!=", // NOT_EQUAL
|
||||||
|
Reference in New Issue
Block a user