forked from OSchip/llvm-project
Trivial typo in comment fix.
PiperOrigin-RevId: 256616187
This commit is contained in:
parent
474e354179
commit
75ae06acf3
|
@ -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) {}
|
||||
|
|
Loading…
Reference in New Issue