[ORC] Fix comments: SymbolStringPool is thread-safe, not multi-threaded.
authorLang Hames <lhames@gmail.com>
Wed, 9 Nov 2022 21:39:29 +0000 (13:39 -0800)
committerLang Hames <lhames@gmail.com>
Thu, 10 Nov 2022 05:26:18 +0000 (21:26 -0800)
llvm/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h

index 7e43396..e20f20f 100644 (file)
@@ -1,4 +1,4 @@
-//===- SymbolStringPool.h - Multi-threaded pool for JIT symbols -*- C++ -*-===//
+//===-- SymbolStringPool.h -- Thread-safe pool for JIT symbols --*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -6,7 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// Contains a multi-threaded string pool suitable for use with ORC.
+// Contains a thread-safe string pool suitable for use with ORC.
 //
 //===----------------------------------------------------------------------===//