Fix typo (sleep -> usleep).

This commit is contained in:
Joel Brobecker 2009-03-24 01:52:16 +00:00
parent 872c8b510d
commit e0cfd8e38b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
2009-03-23 Joel Brobecker <brobecker@adacore.com>
Add gdb_usleep as a portable version of sleep based on gdb_select.
Add gdb_usleep as a portable version of usleep based on gdb_select.
* gdb_usleep.h, gdb_usleep.c: New files.
* Makefile.in (SFILES): Add gdb_usleep.c.
(HFILES_NO_SRCDIR): Add gdb_usleep.h.