Fix spelling in comments multifuction -> multifunction successfull -> successful. Signed-off-by: Stefan Weil <weil@mail.berlios.de>
diff --git a/hw/pci.c b/hw/pci.c index 6d0934d..1280d4d 100644 --- a/hw/pci.c +++ b/hw/pci.c
@@ -604,7 +604,7 @@ } /* - * multifuction bit is interpreted in two ways as follows. + * multifunction bit is interpreted in two ways as follows. * - all functions must set the bit to 1. * Example: Intel X53 * - function 0 must set the bit, but the rest function (> 0)
diff --git a/posix-aio-compat.c b/posix-aio-compat.c index 842f1a2..7b862b5 100644 --- a/posix-aio-compat.c +++ b/posix-aio-compat.c
@@ -128,7 +128,7 @@ /* * This looks weird, but the aio code only consideres a request - * successfull if it has written the number full number of bytes. + * successful if it has written the number full number of bytes. * * Now we overload aio_nbytes as aio_ioctl_cmd for the ioctl command, * so in fact we return the ioctl command here to make posix_aio_read()
diff --git a/ui/vnc-enc-tight.c b/ui/vnc-enc-tight.c index 971bced..af45edd 100644 --- a/ui/vnc-enc-tight.c +++ b/ui/vnc-enc-tight.c
@@ -641,7 +641,7 @@ /* * Check if a rectangle is all of the same color. If needSameColor is * set to non-zero, then also check that its color equals to the - * *colorPtr value. The result is 1 if the test is successfull, and in + * *colorPtr value. The result is 1 if the test is successful, and in * that case new color will be stored in *colorPtr. */