PR ld/15598
authorNick Clifton <nickc@redhat.com>
Mon, 10 Jun 2013 11:59:44 +0000 (11:59 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 10 Jun 2013 11:59:44 +0000 (11:59 +0000)
* ld.texinfo (Source Code Reference): Fix typos.

ld/ChangeLog
ld/ld.texinfo

index adfd3043e78e4e1dbf9e402eb685460dd37597fc..4736e6b86c7068d8b122efa10b68fa0d49b4d203 100644 (file)
@@ -1,3 +1,8 @@
+2013-06-10  Dilyan Palauzov  <dilyan.palauzov@aegee.org>
+
+       PR ld/15598
+       * ld.texinfo (Source Code Reference): Fix typos.
+
 2013-06-07  Will Newton  <will.newton@linaro.org>
 
        * emulparams/aarch64elf.sh: Add IREL_IN_PLT.
index c4e21b545a3c961ed961b528ffb118f472c117da..a4fed79c9cbcc4defee954eb1b7197ac149ee48f 100644 (file)
@@ -3601,7 +3601,7 @@ value.  So for example the following C declaration, at file scope:
   int foo = 1000;
 @end smallexample
 
-creates a entry called @samp{foo} in the symbol table.  This entry
+creates an entry called @samp{foo} in the symbol table.  This entry
 holds the address of an @samp{int} sized block of memory where the
 number 1000 is initially stored.
 
@@ -3622,7 +3622,7 @@ address.  Whereas:
   int * a = & foo;
 @end smallexample
 
-looks up the symbol @samp{foo} in the symbol table, gets it address
+looks up the symbol @samp{foo} in the symbol table, gets its address
 and then copies this address into the block of memory associated with
 the variable @samp{a}.
 
This page took 0.030963 seconds and 4 git commands to generate.