mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Fix known typos
Sweep the codebase for common typos. Includes some changes to visible function names that were misspelt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200018 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -116,7 +116,7 @@ class RuntimeDyldELF : public RuntimeDyldImpl {
|
||||
|
||||
virtual void updateGOTEntries(StringRef Name, uint64_t Addr);
|
||||
|
||||
// Relocation entries for symbols whose position-independant offset is
|
||||
// Relocation entries for symbols whose position-independent offset is
|
||||
// updated in a global offset table.
|
||||
typedef SmallVector<RelocationValueRef, 2> GOTRelocations;
|
||||
GOTRelocations GOTEntries; // List of entries requiring finalization.
|
||||
|
Reference in New Issue
Block a user