mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Fix spelling in memusagestat.c
This commit is contained in:
parent
8608ae1f7b
commit
685cb08356
@ -1,3 +1,7 @@
|
|||||||
|
2009-10-30 Holger Hans Peter Freyther <zecke@selfish.org>
|
||||||
|
|
||||||
|
* malloc/memusagestat.c (main): Fix spelling in an error message.
|
||||||
|
|
||||||
2009-11-01 H.J. Lu <hongjiu.lu@intel.com>
|
2009-11-01 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* elf/dl-sym.c (do_sym): Properly handle STT_GNU_IFUNC symbols.
|
* elf/dl-sym.c (do_sym): Properly handle STT_GNU_IFUNC symbols.
|
||||||
|
@ -181,7 +181,7 @@ main (int argc, char *argv[])
|
|||||||
|| st.st_size < 2 * sizeof (struct entry))
|
|| st.st_size < 2 * sizeof (struct entry))
|
||||||
{
|
{
|
||||||
close (fd);
|
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. */
|
/* Compute number of data entries. */
|
||||||
total = st.st_size / sizeof (struct entry) - 2;
|
total = st.st_size / sizeof (struct entry) - 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user