Skip to content

Commit

Permalink
Comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Lee committed Jan 5, 2018
1 parent c3180f4 commit 97545fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chisel/Chisel/CHLObjcInstanceCommands.mm
Expand Up @@ -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
Expand Down

0 comments on commit 97545fd

Please sign in to comment.