Skip to content

Commit d5a19e4

Browse files
bobrenjc93pytorchmergebot
authored andcommitted
[ez] dynamo fix typo in comment (#150828)
Pull Request resolved: #150828 Approved by: https://github.com/anijain2305, https://github.com/Skylion007 ghstack dependencies: #150753, #150754, #150755
1 parent 5eebcb9 commit d5a19e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/_dynamo/variables/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2607,7 +2607,7 @@ def handle_traced_output(example_value, tx, proxy, options, subclass_type, targe
26072607
# For newly constructed objects that have mutable attributes, we usually
26082608
# construct their VariableTracker via `track_object_new`, but since
26092609
# tensor variable construction is a bit different, we handle them
2610-
# speically here. This ensures that codegen will actually generate the
2610+
# specially here. This ensures that codegen will actually generate the
26112611
# attribute mutations on this tensor.
26122612
#
26132613
# NOTE we pass a dummy object as the `item` argument to avoid

0 commit comments

Comments
 (0)