grammar fix

This commit is contained in:
Anthony Green
2011-02-08 10:34:23 -05:00
parent 89284fe55f
commit 19ce713188
8 changed files with 4575 additions and 1 deletions

View File

@@ -42,7 +42,7 @@
/* If compiled for profiling, call `_mcount' at the start of each function. */
#ifdef PROF
/* The mcount code relies on a the return address being on the stack
/* The mcount code relies on the return address being on the stack
to locate our caller and so it can restore it; so store one just
for its benefit. */
#ifdef PIC