Update pot files
[deliverable/binutils-gdb.git] / gprof / cg_print.c
index 77a0c4c13370c5b1c63241ce3e3fd247bbe49b47..576ba708bd7ab179e6ed1e6203785f335661ab46 100644 (file)
@@ -1,6 +1,6 @@
 /* cg_print.c -  Print routines for displaying call graphs.
 
-   Copyright (C) 2000-2016 Free Software Foundation, Inc.
+   Copyright (C) 2000-2018 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
@@ -847,7 +847,7 @@ cg_print_function_ordering (void)
       tmp_arcs_count += arcs[arc_index]->count;
 
       /* Count how many times each parent and child are used up
-        to our threshhold of arcs (90%).  */
+        to our threshold of arcs (90%).  */
       if ((double)tmp_arcs_count / (double)total_arcs > 0.90)
        break;
 
This page took 0.033941 seconds and 4 git commands to generate.