[PATCH] Fix spelling in memusagestat.c

View: New views
1 Messages — Rating Filter:   Alert me  

[PATCH] Fix spelling in memusagestat.c

by Holger Freyther-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009-10-30  Holger Hans Peter Freyther  <zecke@...>

        * malloc/memusagestat.c (main): Fix spelling in an error message.
---
 malloc/memusagestat.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/malloc/memusagestat.c b/malloc/memusagestat.c
index 4d57f2c..a5a3150 100644
--- a/malloc/memusagestat.c
+++ b/malloc/memusagestat.c
@@ -181,7 +181,7 @@ main (int argc, char *argv[])
       || st.st_size < 2 * sizeof (struct entry))
     {
       close (fd);
-      error (EXIT_FAILURE, 0, "input file as incorrect size");
+      error (EXIT_FAILURE, 0, "input file has incorrect size");
     }
   /* Compute number of data entries.  */
   total = st.st_size / sizeof (struct entry) - 2;
--
1.6.3.3