public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] sim: fix a comment typo in sim-load.c
@ 2022-03-24 17:28 Simon Marchi
0 siblings, 0 replies; only message in thread
From: Simon Marchi @ 2022-03-24 17:28 UTC (permalink / raw)
To: gdb-cvs
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8bd59ec1bba9a591eb4f2523acafe98c38fd2f46
commit 8bd59ec1bba9a591eb4f2523acafe98c38fd2f46
Author: Reuben Thomas <rrt@sc3d.org>
Date: Wed Mar 23 11:05:23 2022 +0000
sim: fix a comment typo in sim-load.c
Fix a typo where the documentation refers to a function parameter by the
wrong name.
Change-Id: I99494efe62cd4aa76fb78a0bd5da438d35740ebe
Diff:
---
sim/common/sim-load.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sim/common/sim-load.c b/sim/common/sim-load.c
index 58a39134ae6..020165a0dce 100644
--- a/sim/common/sim-load.c
+++ b/sim/common/sim-load.c
@@ -38,7 +38,7 @@ static void xprintf (host_callback *, const char *, ...);
static void report_transfer_performance
(host_callback *, unsigned long, time_t, time_t);
-/* Load program PROG into the simulator using the function DO_LOAD.
+/* Load program PROG into the simulator using the function DO_WRITE.
If PROG_BFD is non-NULL, the file has already been opened.
If VERBOSE_P is non-zero statistics are printed of each loaded section
and the transfer rate (for consistency with gdb).
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-03-24 17:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-24 17:28 [binutils-gdb] sim: fix a comment typo in sim-load.c Simon Marchi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).