diff options
| -rw-r--r-- | llvm/include/llvm/Support/ManagedStatic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Support/ManagedStatic.h b/llvm/include/llvm/Support/ManagedStatic.h index ebf9bba5c22..0c02e136744 100644 --- a/llvm/include/llvm/Support/ManagedStatic.h +++ b/llvm/include/llvm/Support/ManagedStatic.h @@ -45,8 +45,8 @@ protected: public: /// ManagedStaticBase must be constexpr constructed so that they can be - /// accessed and constructed lazily during dynamic initilization of other - /// global variables, such as cl::opt command line flags. + /// accessed during dynamic initilization of other global variables, such as + /// cl::opt command line flags. constexpr ManagedStaticBase() = default; /// isConstructed - Return true if this object has not been created yet. |

