summaryrefslogtreecommitdiff
path: root/gcc/collect2.c
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-06-24 03:59:40 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-06-24 03:59:40 +0000
commiteb2f80f3701badfd22a75677f0f20b26134ecfef (patch)
tree74f27bca772c329910ceeb39b9ae4ed0ab88bd26 /gcc/collect2.c
parentbaef9648c251f5ae80b4166b2c1727f6b167263f (diff)
downloadgcc-eb2f80f3701badfd22a75677f0f20b26134ecfef.tar.gz
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1263 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r--gcc/collect2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c
index fe1eefda730..7b5feb23e9f 100644
--- a/gcc/collect2.c
+++ b/gcc/collect2.c
@@ -1380,7 +1380,7 @@ scan_prog_file (prog_name, which_pass)
load_cmd = load_end++;
load_hdr = (load_union_t *) (obj + offset);
- /* If modifing the program file, copy the header. */
+ /* If modifying the program file, copy the header. */
if (rw)
{
load_union_t *ptr = (load_union_t *) xmalloc (load_hdr->hdr.ldci_cmd_size);