diff options
Diffstat (limited to 'gprof/i386.c')
-rw-r--r-- | gprof/i386.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/i386.c b/gprof/i386.c index 760d551..338a443 100644 --- a/gprof/i386.c +++ b/gprof/i386.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 @@ -71,7 +71,7 @@ i386_find_call (parent, p_lowpc, p_highpc) (unsigned long) (instructp - (unsigned char *) delta))); /* * regular pc relative addressing - * check that this is the address of + * check that this is the address of * a function. */ |