Skip to content

Commit 6580430

Browse files
committed
spelling: whole
Signed-off-by: Josh Soref <[email protected]>
1 parent 94390c7 commit 6580430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SIL/DynamicCasts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ DynamicCastFeasibility classifyDynamicCast(
6767
ModuleDecl *context,
6868
CanType sourceType, CanType targetType,
6969
bool isSourceTypeExact = false,
70-
bool isWholdModuleOpts = false);
70+
bool isWholeModuleOpts = false);
7171

7272
SILValue emitSuccessfulScalarUnconditionalCast(SILBuilder &B, SILLocation loc,
7373
SILDynamicCastInst inst);

0 commit comments

Comments
 (0)