X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fsolib-svr4.c;h=27299ffca05d347076884d14e7ee2a410334c5ef;hb=52c64cf72d40aace2d2fedca32e5c0373cd9a484;hp=486ae1215b0b3181017daf3b8fb3ac3da7c63136;hpb=95da600f404ca159242f49441d9b4ea78183852b;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/solib-svr4.c b/gdb/solib-svr4.c index 486ae1215b..27299ffca0 100644 --- a/gdb/solib-svr4.c +++ b/gdb/solib-svr4.c @@ -2515,7 +2515,7 @@ read_program_headers_from_bfd (bfd *abfd) ... Though the system chooses virtual addresses for individual processes, it maintains the segments' relative positions. Because position-independent code uses relative - addressesing between segments, the difference between + addressing between segments, the difference between virtual addresses in memory must match the difference between virtual addresses in the file. The difference between the virtual address of any segment in memory and @@ -3139,7 +3139,7 @@ svr4_have_link_map_offsets (void) /* Most OS'es that have SVR4-style ELF dynamic libraries define a `struct r_debug' and a `struct link_map' that are binary compatible - with the origional SVR4 implementation. */ + with the original SVR4 implementation. */ /* Fetch (and possibly build) an appropriate `struct link_map_offsets' for an ILP32 SVR4 system. */