File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,8 +207,8 @@ typedef struct LLVMOrcOpaqueLookupState *LLVMOrcLookupStateRef;
207
207
* asynchronous definition process has been completed clients must call
208
208
* LLVMOrcLookupStateContinueLookup to continue the lookup (this should be
209
209
* 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.
212
212
*
213
213
* The Kind argument can be inspected to determine the lookup kind (e.g.
214
214
* as-if-during-static-link, or as-if-during-dlsym).
You can’t perform that action at this time.
0 commit comments