aboutsummaryrefslogtreecommitdiff
path: root/gprof/corefile.c
diff options
context:
space:
mode:
authorAmbrogino Modigliani <ambrogino.modigliani@gmail.com>2016-11-25 21:01:43 +0100
committerAlan Modra <amodra@gmail.com>2016-11-27 15:04:01 +1030
commit576a6e4d1d1ac2c5b7e44830d3328ae8723fcb06 (patch)
tree87163e6de7a0836c0949e751af415dff527a5c00 /gprof/corefile.c
parent5c3024d2c1d4c4f141d8364d487604f70678792a (diff)
downloadfsf-binutils-gdb-576a6e4d1d1ac2c5b7e44830d3328ae8723fcb06.zip
fsf-binutils-gdb-576a6e4d1d1ac2c5b7e44830d3328ae8723fcb06.tar.gz
fsf-binutils-gdb-576a6e4d1d1ac2c5b7e44830d3328ae8723fcb06.tar.bz2
Fix spelling in comments in C source files (gprof)
* basic_blocks.c: Fix spelling in comments. * cg_arcs.c: Fix spelling in comments. * cg_print.c: Fix spelling in comments. * corefile.c: Fix spelling in comments.
Diffstat (limited to 'gprof/corefile.c')
-rw-r--r--gprof/corefile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/corefile.c b/gprof/corefile.c
index 87de7bc..c9ec490 100644
--- a/gprof/corefile.c
+++ b/gprof/corefile.c
@@ -847,7 +847,7 @@ core_create_line_syms (void)
The old way called symtab_finalize before the is_static pass,
causing a problem since symtab_finalize uses is_static as part of
its address conflict resolution algorithm. Since global symbols
- were prefered over static symbols, and all line symbols were
+ were preferred over static symbols, and all line symbols were
global at that point, static function names that conflicted with
their own line numbers (static, but labeled as global) were
rejected in favor of the line num.