sim: fix a comment typo in sim-load.c
authorReuben Thomas <rrt@sc3d.org>
Wed, 23 Mar 2022 11:05:23 +0000 (11:05 +0000)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 24 Mar 2022 17:28:50 +0000 (13:28 -0400)
Fix a typo where the documentation refers to a function parameter by the
wrong name.

Change-Id: I99494efe62cd4aa76fb78a0bd5da438d35740ebe

sim/common/sim-load.c

index 58a39134ae68bbfbddc88bfd1a3840a5a0f5b35f..020165a0dce58045f9a6fa5570b3297e075fb9fa 100644 (file)
@@ -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).