[llvm] c11be31 - [C-API] Fix typo in comment.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 16 16:14:26 PST 2023
Author: Lang Hames
Date: 2023-11-16T16:14:15-08:00
New Revision: c11be311047c4ae4a79f0b95af0323c1d99a14dd
URL: https://github.com/llvm/llvm-project/commit/c11be311047c4ae4a79f0b95af0323c1d99a14dd
DIFF: https://github.com/llvm/llvm-project/commit/c11be311047c4ae4a79f0b95af0323c1d99a14dd.diff
LOG: [C-API] Fix typo in comment.
Added:
Modified:
llvm/include/llvm-c/Orc.h
Removed:
################################################################################
diff --git a/llvm/include/llvm-c/Orc.h b/llvm/include/llvm-c/Orc.h
index a40b17b712fb3f2..9a57c2edfd545b6 100644
--- a/llvm/include/llvm-c/Orc.h
+++ b/llvm/include/llvm-c/Orc.h
@@ -508,7 +508,7 @@ void LLVMOrcSymbolStringPoolClearDeadEntries(LLVMOrcSymbolStringPoolRef SSP);
* Intern a string in the ExecutionSession's SymbolStringPool and return a
* reference to it. This increments the ref-count of the pool entry, and the
* returned value should be released once the client is done with it by
- * calling LLVMOrReleaseSymbolStringPoolEntry.
+ * calling LLVMOrcReleaseSymbolStringPoolEntry.
*
* Since strings are uniqued within the SymbolStringPool
* LLVMOrcSymbolStringPoolEntryRefs can be compared by value to test string
More information about the llvm-commits
mailing list