diff --git a/aten/src/ATen/core/jit_type.h b/aten/src/ATen/core/jit_type.h index c15e5f72af2..d8e7b7e8b55 100644 --- a/aten/src/ATen/core/jit_type.h +++ b/aten/src/ATen/core/jit_type.h @@ -1234,7 +1234,7 @@ struct TORCH_API TupleType : public NamedType { std::shared_ptr schema_; }; -// the common supertype of all Enums, only used in operator registraion. +// the common supertype of all Enums, only used in operator registration. // EnumType <: AnyEnumType for all Enums struct AnyEnumType; using AnyEnumTypePtr = SingletonTypePtr;