diff options
Diffstat (limited to 'util/osdep.c')
-rw-r--r-- | util/osdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/osdep.c b/util/osdep.c index 8ea7a807c1..66d01b9160 100644 --- a/util/osdep.c +++ b/util/osdep.c @@ -436,7 +436,7 @@ int qemu_unlink(const char *name) * Set errno if fewer than `count' bytes are written. * * This function don't work with non-blocking fd's. - * Any of the possibilities with non-bloking fd's is bad: + * Any of the possibilities with non-blocking fd's is bad: * - return a short write (then name is wrong) * - busy wait adding (errno == EAGAIN) to the loop */ |