Skip to content

Commit d96f92f

Browse files
zchrissirhczsylvestre
authored andcommitted
fix typos in comments
1 parent 297fb66 commit d96f92f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clang-tools-extra/clang-doc/ClangDoc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
//
9-
// This file exposes a method to craete the FrontendActionFactory for the
9+
// This file exposes a method to create the FrontendActionFactory for the
1010
// clang-doc tool. The factory runs the clang-doc mapper on a given set of
1111
// source code files, storing the results key-value pairs in its
1212
// ExecutionContext.

llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ RuntimeDyldELF::processRelocationRef(
13011301
MemMgr.allowStubAllocation()) {
13021302
resolveAArch64Branch(SectionID, Value, RelI, Stubs);
13031303
} else if (RelType == ELF::R_AARCH64_ADR_GOT_PAGE) {
1304-
// Craete new GOT entry or find existing one. If GOT entry is
1304+
// Create new GOT entry or find existing one. If GOT entry is
13051305
// to be created, then we also emit ABS64 relocation for it.
13061306
uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64);
13071307
resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend,

llvm/test/tools/llvm-objcopy/ELF/Inputs/ihex-elf-sections.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Sections:
3333
- Name: .data3
3434
# The last section not only overlaps segment boundary, but
3535
# also has linear address which doesn't fit 20 bits. The
36-
# following records should be craeted:
36+
# following records should be created:
3737
# 'SegmentAddr'(02) record with address 0x0
3838
# 'ExtendedAddr'(04) record with address 0x100000
3939
# 'Data'(00) record with 8 bytes of section data

0 commit comments

Comments
 (0)