Trivial typo in comment fix.

PiperOrigin-RevId: 256616187
This commit is contained in:
Chris Lattner 2019-07-04 22:17:42 -07:00 committed by A. Unique TensorFlower
parent 474e354179
commit 75ae06acf3
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ private:
};
/// This class acts as an owning reference to a module, and will automatically
/// destory the held module if valid.
/// destroy the held module if valid.
class OwningModuleRef {
public:
OwningModuleRef(std::nullptr_t = nullptr) {}