aboutsummaryrefslogtreecommitdiff
path: root/gprof/tahoe.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-03-14 03:14:56 +0000
committerAlan Modra <amodra@gmail.com>2001-03-14 03:14:56 +0000
commit0eee5820aa0f68b2283b40f5a3fb09aefcfb1575 (patch)
tree849fb8ae327bfed38a9afe6c45bed35e4a96703a /gprof/tahoe.c
parent04847a4d3e1cf5c5c811f8fbbdeeca498de51dc4 (diff)
downloadfsf-binutils-gdb-0eee5820aa0f68b2283b40f5a3fb09aefcfb1575.zip
fsf-binutils-gdb-0eee5820aa0f68b2283b40f5a3fb09aefcfb1575.tar.gz
fsf-binutils-gdb-0eee5820aa0f68b2283b40f5a3fb09aefcfb1575.tar.bz2
David Mosberger's fixes for cross compiling gprof.
Diffstat (limited to 'gprof/tahoe.c')
-rw-r--r--gprof/tahoe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/tahoe.c b/gprof/tahoe.c
index 5981bc5..750c7ad 100644
--- a/gprof/tahoe.c
+++ b/gprof/tahoe.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1983 Regents of the University of California.
+ * Copyright (c) 1983, 2001 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
@@ -304,7 +304,7 @@ tahoe_find_call (parent, p_lowpc, p_highpc)
case longrel:
/*
* regular pc relative addressing
- * check that this is the address of
+ * check that this is the address of
* a function.
*/
destpc = tahoe_reladdr (instructp + length)