diff options
Diffstat (limited to 'binutils/od-xcoff.c')
-rw-r--r-- | binutils/od-xcoff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/od-xcoff.c b/binutils/od-xcoff.c index 41f8ba3..d7056a8 100644 --- a/binutils/od-xcoff.c +++ b/binutils/od-xcoff.c @@ -353,7 +353,7 @@ union xcoff32_symbol struct sym { - /* Pointer the the NUL-terminated name. */ + /* Pointer to the NUL-terminated name. */ char *name; /* XCOFF symbol fields. */ |