[NFC] Remove inaccurate comment
authorJF Bastien <jfb@google.com>
Sat, 12 May 2018 19:39:34 +0000 (19:39 +0000)
committerJF Bastien <jfb@google.com>
Sat, 12 May 2018 19:39:34 +0000 (19:39 +0000)
commit6a68f38c0c121f00070fdac663486ced7f6f4976
treea02232bad032bca5f9a4b561529f8c01913c312a
parent47b894b4a3772bbee00da4156f1c79117819ace6
[NFC] Remove inaccurate comment

Summary:
r271558 moved getManagedStaticMutex's mutex from a function-local
static to using call_once, but left a comment added in r211424. That comment is
now erroneous, remove it.

Reviewers: zturner, chandlerc

Subscribers: aheejin, llvm-commits

Differential Revision: https://reviews.llvm.org/D46784

llvm-svn: 332175
llvm/lib/Support/ManagedStatic.cpp