Skip to content

Commit c572ff8

Browse files
committed
[ORC][C-bindings] Fix missing ')' in comments.
1 parent 1088643 commit c572ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm-c/Orc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ typedef struct LLVMOrcOpaqueLookupState *LLVMOrcLookupStateRef;
207207
* asynchronous definition process has been completed clients must call
208208
* LLVMOrcLookupStateContinueLookup to continue the lookup (this should be
209209
* done unconditionally, even if errors have occurred in the mean time, to
210-
* free the lookup state memory and notify the query object of the failures. If
211-
* LookupState is captured this function must return LLVMErrorSuccess.
210+
* free the lookup state memory and notify the query object of the failures).
211+
* If LookupState is captured this function must return LLVMErrorSuccess.
212212
*
213213
* The Kind argument can be inspected to determine the lookup kind (e.g.
214214
* as-if-during-static-link, or as-if-during-dlsym).

0 commit comments

Comments
 (0)