Skip to content

Commit fd0a080

Browse files
committed
Fix minor typo in comment
Signed-off-by: Edward Z. Yang <ezyang@fb.com> [ghstack-poisoned]
1 parent 64965c4 commit fd0a080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aten/src/ATen/core/jit_type.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,7 @@ struct CAFFE2_API QSchemeType : public Type {
14501450

14511451
struct DeviceObjType;
14521452
using DeviceObjTypePtr = std::shared_ptr<DeviceObjType>;
1453-
// This type represents a Generator
1453+
// This type represents a Device
14541454
struct CAFFE2_API DeviceObjType : public Type {
14551455
static DeviceObjTypePtr create() {
14561456
return DeviceObjTypePtr(

0 commit comments

Comments
 (0)