summaryrefslogtreecommitdiff
path: root/binutils/bucomm.c
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2009-11-08 23:01:57 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2009-11-08 23:01:57 +0000
commit8fbd7901793ca5796872de53116c189eaa63cbbe (patch)
tree1f93031b046312ea3fc467ce23fce32626e53238 /binutils/bucomm.c
parenta3d3ff34a418c4b370215c9e2e9d3d6726839958 (diff)
downloadbinutils-redhat-8fbd7901793ca5796872de53116c189eaa63cbbe.tar.gz
binutils/
* bucomm.c (get_file_size): Update comment for the error return value.
Diffstat (limited to 'binutils/bucomm.c')
-rw-r--r--binutils/bucomm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/bucomm.c b/binutils/bucomm.c
index e006e615bb..64653d65a1 100644
--- a/binutils/bucomm.c
+++ b/binutils/bucomm.c
@@ -552,7 +552,7 @@ parse_vma (const char *s, const char *arg)
/* Returns the size of the named file. If the file does not
exist, or if it is not a real file, then a suitable non-fatal
- error message is printed and zero is returned. */
+ error message is printed and (off_t) -1 is returned. */
off_t
get_file_size (const char * file_name)