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) ///