mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix typo in comment.
Swift SVN r29759
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user