summaryrefslogtreecommitdiff
path: root/gcc/config/pa/fptr.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-05 00:08:11 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-05 00:08:11 +0000
commit2cecd77238ad26dc46a98f2dcd7a813c5a0a0556 (patch)
treecd5de58afed9165c3e3dcbf71dcb4cb9920b7829 /gcc/config/pa/fptr.c
parent56735f3953f6191c1b7fbe180b03891e11d2b02c (diff)
downloadgcc-2cecd77238ad26dc46a98f2dcd7a813c5a0a0556.tar.gz
* config/pa/fptr.c: Fix comment typos.
* config/pa/pa-64.h: Likewise. * config/pa/pa.c: Likewise. * config/pa/pa.h: Likewise. * config/rs6000/603.md: Likewise. * config/rs6000/7xx.md: Likewise. * config/rs6000/darwin.h: Likewise. * config/rs6000/freebsd.h: Likewise. * config/rs6000/rs6000.c: Likewise. * config/rs6000/rs6000.md: Likewise. * config/rs6000/spe.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68947 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa/fptr.c')
-rw-r--r--gcc/config/pa/fptr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/fptr.c b/gcc/config/pa/fptr.c
index 36ed49c3084..680cb20c3a4 100644
--- a/gcc/config/pa/fptr.c
+++ b/gcc/config/pa/fptr.c
@@ -94,7 +94,7 @@ __canonicalize_funcptr_for_compare (fptr)
/* Find the first "bl" branch in the offset search list. This is a
call to fixup or a magic branch to fixup at the beginning of the
trampoline template. The fixup function does the actual runtime
- resolution of function decriptors. We only look for "bl" branches
+ resolution of function descriptors. We only look for "bl" branches
with a 17-bit pc-relative displacement. */
for (i = 0; i < NOFFSETS; i++)
{