From c7435830031df704cf3a9ca91e15b654e6727e9d Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 12 Mar 2020 19:35:32 +0900 Subject: [PATCH] [qfcc] Fix a comment --- tools/qfcc/source/class.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qfcc/source/class.c b/tools/qfcc/source/class.c index 50ab5dcd7..647a64716 100644 --- a/tools/qfcc/source/class.c +++ b/tools/qfcc/source/class.c @@ -722,7 +722,7 @@ emit_ivar_list_item (def_t *def, void *data, int index) defspace_t *space; #if 0 - //FIXME the type is dynamic, so need a way to pass it before it cn be + //FIXME the type is dynamic, so need a way to pass it before it can be //checked if (def->type != &XXX) internal_error (0, "%s: expected XXX def",