diff options
author | Ambrogino Modigliani <ambrogino.modigliani@gmail.com> | 2016-11-25 21:01:44 +0100 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-11-27 15:04:38 +1030 |
commit | 370dfff4c4b46fc194cf1ab2b0762c2a9deae7ba (patch) | |
tree | 97e120ccbe803f6c88dc4f51001b0b55c97bcc50 /ld/pe-dll.c | |
parent | 576a6e4d1d1ac2c5b7e44830d3328ae8723fcb06 (diff) | |
download | gdb-370dfff4c4b46fc194cf1ab2b0762c2a9deae7ba.zip gdb-370dfff4c4b46fc194cf1ab2b0762c2a9deae7ba.tar.gz gdb-370dfff4c4b46fc194cf1ab2b0762c2a9deae7ba.tar.bz2 |
Fix spelling in comments in C source files (ld)
* deffile.h: Fix spelling in comments.
* ld.h: Fix spelling in comments.
* ldlang.c: Fix spelling in comments.
* ldmisc.c: Fix spelling in comments.
* pe-dll.c: Fix spelling in comments.
Diffstat (limited to 'ld/pe-dll.c')
-rw-r--r-- | ld/pe-dll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/pe-dll.c b/ld/pe-dll.c index 1f176ec..055a6cf 100644 --- a/ld/pe-dll.c +++ b/ld/pe-dll.c @@ -128,7 +128,7 @@ should run in parallel with addresses vector (FirstThunk), i.e. that they should have same number of elements and terminated with zero. We violate this, since FirstThunk points directly into machine code. But in practice, - OS loader implemented the sane way: it goes thru OriginalFirstThunk and + OS loader implemented the sane way: it goes through OriginalFirstThunk and puts addresses to FirstThunk, not something else. It once again should be noted that dll and symbol name structures are reused across fixup entries and should be there anyway to support standard import stuff, so sustained |