diff --git a/Chisel/Chisel/CHLObjcInstanceCommands.mm b/Chisel/Chisel/CHLObjcInstanceCommands.mm index 37c2178..3816879 100644 --- a/Chisel/Chisel/CHLObjcInstanceCommands.mm +++ b/Chisel/Chisel/CHLObjcInstanceCommands.mm @@ -173,7 +173,7 @@ void PrintInstances(const char *type, const char *pred) if (baseClass != Nil) { addMatch(baseClass); } else { - // The given class name hasn't been found, this could be a Swift class which case has + // The given class name hasn't been found, this could be a Swift class which has // a module name prefix. Loop over all classes to look for matching class names. for (auto cls : objcClasses) { // SwiftModule.ClassName