Skip to content

Commit a3d6d34

Browse files
committed
Merge pull request #23 from nstanke/patch-1
Fix typo
2 parents ec23479 + f7a1b6a commit a3d6d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/Builtins.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ BUILTIN_SIL_OPERATION(FixLifetime, "fixLifetime", Special)
306306
/// dynamic object type uses native swift reference counting:
307307
/// (Builtin.UnknownObject, unknown class reference, class existential)
308308
///
309-
/// - Bridged object types allow the dymanic object type check to be
309+
/// - Bridged object types allow the dynamic object type check to be
310310
/// passed based on their pointer encoding:
311311
/// (Builtin.BridgeObject)
312312
///

0 commit comments

Comments
 (0)