Fix typo in comment.

Swift SVN r29759
This commit is contained in:
Mark Lacey
2015-06-27 04:42:24 +00:00
parent 65edf255ba
commit d45acfb536

View File

@@ -59,8 +59,8 @@ static bool canClassOrSuperclassesHaveExtensions(ClassDecl *CD,
if (CD->getEffectiveAccess() == Accessibility::Public)
return true;
// Internal classes can be extended, if we are not in a
// whole-module-optimizations mode.
// Internal classes can be extended, if we are not in
// whole-module-optimization mode.
if (CD->getEffectiveAccess() == Accessibility::Internal &&
!isWholeModuleOpts)
return true;