diff --git a/llvm/include/llvm/Support/ManagedStatic.h b/llvm/include/llvm/Support/ManagedStatic.h index ebf9bba5c22f..0c02e136744e 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.