From f7a1b6a546131276a2b3ef4b08a7e2912ab3218f Mon Sep 17 00:00:00 2001 From: Norman S Date: Thu, 3 Dec 2015 18:27:25 +0100 Subject: [PATCH] Fix dynamic typo --- include/swift/AST/Builtins.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/swift/AST/Builtins.def b/include/swift/AST/Builtins.def index 3ed820a3d120d..a6592e5eb4f5f 100644 --- a/include/swift/AST/Builtins.def +++ b/include/swift/AST/Builtins.def @@ -306,7 +306,7 @@ BUILTIN_SIL_OPERATION(FixLifetime, "fixLifetime", Special) /// dynamic object type uses native swift reference counting: /// (Builtin.UnknownObject, unknown class reference, class existential) /// -/// - Bridged object types allow the dymanic object type check to be +/// - Bridged object types allow the dynamic object type check to be /// passed based on their pointer encoding: /// (Builtin.BridgeObject) ///