mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-25 13:05:04 +00:00
[C-API] Fix typo in comment.
This commit is contained in:
parent
b2bbe8cc1c
commit
c11be31104
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user