[ez] dynamo fix typo in comment (#150828)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/150828
Approved by: https://github.com/anijain2305, https://github.com/Skylion007
ghstack dependencies: #150753, #150754, #150755
This commit is contained in:
bobrenjc93 2025-04-12 18:54:28 -07:00 committed by PyTorch MergeBot
parent 5eebcb991a
commit d5a19e4525

View File

@ -2607,7 +2607,7 @@ def handle_traced_output(example_value, tx, proxy, options, subclass_type, targe
# For newly constructed objects that have mutable attributes, we usually # For newly constructed objects that have mutable attributes, we usually
# construct their VariableTracker via `track_object_new`, but since # construct their VariableTracker via `track_object_new`, but since
# tensor variable construction is a bit different, we handle them # tensor variable construction is a bit different, we handle them
# speically here. This ensures that codegen will actually generate the # specially here. This ensures that codegen will actually generate the
# attribute mutations on this tensor. # attribute mutations on this tensor.
# #
# NOTE we pass a dummy object as the `item` argument to avoid # NOTE we pass a dummy object as the `item` argument to avoid