Skip to content

Commit 962829b

Browse files
[JITLink] Fix typos: symobls -> symbols (NFC)
1 parent c8562e8 commit 962829b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

llvm/include/llvm-c/Orc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ typedef struct LLVMOrcOpaqueLookupState *LLVMOrcLookupStateRef;
346346
* into.
347347
*
348348
* The JDLookupFlags argument can be inspected to determine whether the original
349-
* lookup included non-exported symobls.
349+
* lookup included non-exported symbols.
350350
*
351351
* Finally, the LookupSet argument contains the set of symbols that could not
352352
* be found in JD already (the set of generation candidates).

llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1862,7 +1862,7 @@ Error makeAlignmentError(llvm::orc::ExecutorAddr Loc, uint64_t Value, int N,
18621862
const Edge &E);
18631863

18641864
/// Creates a new pointer block in the given section and returns an
1865-
/// Anonymous symobl pointing to it.
1865+
/// Anonymous symbol pointing to it.
18661866
///
18671867
/// The pointer block will have the following default values:
18681868
/// alignment: PointerSize

llvm/include/llvm/ExecutionEngine/JITLink/aarch64.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ extern const char NullPointerContent[PointerSize];
618618
extern const char PointerJumpStubContent[12];
619619

620620
/// Creates a new pointer block in the given section and returns an
621-
/// Anonymous symobl pointing to it.
621+
/// Anonymous symbol pointing to it.
622622
///
623623
/// If InitialTarget is given then an Pointer64 relocation will be added to the
624624
/// block pointing at InitialTarget.

llvm/include/llvm/ExecutionEngine/JITLink/loongarch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ inline ArrayRef<char> getStubBlockContent(LinkGraph &G) {
280280
}
281281

282282
/// Creates a new pointer block in the given section and returns an
283-
/// Anonymous symobl pointing to it.
283+
/// Anonymous symbol pointing to it.
284284
///
285285
/// If InitialTarget is given then an Pointer64 relocation will be added to the
286286
/// block pointing at InitialTarget.

0 commit comments

Comments
 (0)