summaryrefslogtreecommitdiff
path: root/ldso/ldso/m68k/dl-startup.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/ldso/m68k/dl-startup.h')
-rw-r--r--ldso/ldso/m68k/dl-startup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/m68k/dl-startup.h b/ldso/ldso/m68k/dl-startup.h
index 2ed9ead50..2c38102a3 100644
--- a/ldso/ldso/m68k/dl-startup.h
+++ b/ldso/ldso/m68k/dl-startup.h
@@ -40,7 +40,7 @@ _dl_start_user:\n\
.previous");
/* Get a pointer to the argv array. On many platforms this can be just
- * the address if the first argument, on other platforms we need to
+ * the address of the first argument, on other platforms we need to
* do something a little more subtle here. */
#define GET_ARGV(ARGVP, ARGS) ARGVP = (((unsigned long *) ARGS) + 1)