]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gprof: fix comment typos
authorRichard Allen <rsaxvc@gmail.com>
Sun, 9 Feb 2025 16:48:59 +0000 (10:48 -0600)
committerAlan Modra <amodra@gmail.com>
Sun, 9 Feb 2025 22:28:02 +0000 (08:58 +1030)
Signed-off-by: Richard Allen <rsaxvc@gmail.com>
gprof/hist.c

index 36393ef3b68fe625919e2be0cca7902b557dfcc7..c87a5de6b1dcd8b81f912a6e4875fa139511920c 100644 (file)
@@ -114,7 +114,7 @@ read_histogram_header (histogram *record,
 
   if (first)
     {
-      /* We don't try to veryfy profrate is the same for all histogram
+      /* We don't try to verify profrate is the same for all histogram
         records.  If we have two histogram records for the same
         address range and profiling samples is done as often
         as possible as opposed on timer, then the actual profrate will
@@ -443,7 +443,7 @@ hist_assign_samples_1 (histogram *r)
                            total_time));
 }
 
-/* Calls 'hist_assign_sampes_1' for all histogram records read so far. */
+/* Calls 'hist_assign_samples_1' for all histogram records read so far. */
 void
 hist_assign_samples (void)
 {
@@ -724,7 +724,7 @@ hist_clip_symbol_address (bfd_vma *p_lowpc, bfd_vma *p_highpc)
     *p_highpc = *p_lowpc;
 }
 
-/* Find and return exising histogram record having the same lowpc and
+/* Find and return existing histogram record having the same lowpc and
    highpc as passed via the parameters.  Return NULL if nothing is found.
    The return value is valid until any new histogram is read.  */
 static histogram *