aboutsummaryrefslogtreecommitdiff
path: root/binutils/elfedit.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/elfedit.c')
-rw-r--r--binutils/elfedit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/elfedit.c b/binutils/elfedit.c
index 260abe0..07d288c 100644
--- a/binutils/elfedit.c
+++ b/binutils/elfedit.c
@@ -724,8 +724,8 @@ check_file (const char *file_name, struct stat *statbuf_p)
#if defined (_WIN32) && !defined (__CYGWIN__)
else if (statbuf_p->st_size == 0)
{
- /* MS-Windows 'stat' doesn't reports the null device as a
- regular file; fix that. */
+ /* MS-Windows 'stat' reports the null device as a regular file;
+ fix that. */
int fd = open (file_name, O_RDONLY | O_BINARY);
if (isatty (fd))
{