summaryrefslogtreecommitdiff
path: root/gprof
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-01-01 14:21:52 +1030
committerAlan Modra <amodra@gmail.com>2021-01-01 14:36:35 +1030
commitf9a6a8f09dc2310d5f4a482a2e7ffc1be3984cd7 (patch)
tree30d8c1679c101f90677c695ce64e8473f13e95e7 /gprof
parent250d07de5cf6efc81ed934c25292beb63c7e3129 (diff)
PR27116, Spelling errors found by Debian style checker
PR 27116 bfd/ * xcofflink.c: Correct spelling in comments. binutils/ * coffgrok.c (do_type): Correct spelling of auxiliary in errors. * doc/binutils.texi: Correct grammar. * readelf.c (process_version_sections): Correct spelling of auxiliary in warning. * testsuite/binutils-all/vax/objdump.exp: Comment grammar fix. config/ * override.m4: Correct comment grammar. gas/ * config/tc-i386.c: Correct comment spelling. * config/tc-riscv.c: Likewise. * config/tc-s390.c: Correct comment grammar. * doc/c-i386.texi: Correct spelling. * doc/c-s390.texi: Correct grammar. gold/ * tilegx.cc: Correct comment spelling. gprof/ * README: Correct grammar. * gprof.texi: Likewise. include/ * coff/internal.h: Correct comment spelling. * coff/sym.h: Likewise. * opcode/aarch64.h: Likewise. ld/ * configure.tgt: Correct comment grammar. * emultempl/m68hc1xelf.em: Likewise. * ld.texi: Correct grammar.
Diffstat (limited to 'gprof')
-rw-r--r--gprof/ChangeLog5
-rw-r--r--gprof/README2
-rw-r--r--gprof/gprof.texi2
3 files changed, 7 insertions, 2 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 199f89b31b..13a5b9659e 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,8 @@
+2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
+
+ * README: Correct grammar.
+ * gprof.texi: Likewise.
+
2021-01-01 Alan Modra <amodra@gmail.com>
Update year range in copyright notice of all files.
diff --git a/gprof/README b/gprof/README
index e8df4a41d2..0a479557e7 100644
--- a/gprof/README
+++ b/gprof/README
@@ -358,7 +358,7 @@ Short Form: Long Form:
** File Format Changes
The old BSD-derived format used for profile data does not contain a
-magic cookie that allows to check whether a data file really is a
+magic cookie that allows one to check whether a data file really is a
gprof file. Furthermore, it does not provide a version number, thus
rendering changes to the file format almost impossible. GNU gprof
uses a new file format that provides these features. For backward
diff --git a/gprof/gprof.texi b/gprof/gprof.texi
index a589a1a3a5..b2b204822d 100644
--- a/gprof/gprof.texi
+++ b/gprof/gprof.texi
@@ -1931,7 +1931,7 @@ load due to other users won't directly affect the output you get.
@section Profiling Data File Format
The old BSD-derived file format used for profile data does not contain a
-magic cookie that allows to check whether a data file really is a
+magic cookie that allows one to check whether a data file really is a
@code{gprof} file. Furthermore, it does not provide a version number, thus
rendering changes to the file format almost impossible. @sc{gnu} @code{gprof}
uses a new file format that provides these features. For backward