]> granicus.if.org Git - llvm/commitdiff
Fix minor innaccuracy in previous comment on ManagedStaticBase
authorReid Kleckner <rnk@google.com>
Thu, 4 Apr 2019 00:13:16 +0000 (00:13 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 4 Apr 2019 00:13:16 +0000 (00:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357656 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/ManagedStatic.h

index ebf9bba5c22f4262ab2b8cd985b0f334890f6e38..0c02e136744e559071fdbc743083e4f904170ffe 100644 (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.