Fix minor innaccuracy in previous comment on ManagedStaticBase

llvm-svn: 357656
This commit is contained in:
Reid Kleckner 2019-04-04 00:13:16 +00:00
parent e9f2847b81
commit b056f91ac8
1 changed files with 2 additions and 2 deletions

View File

@ -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.