]> git.proxmox.com Git - qemu.git/commitdiff
Fix spelling in comments
authorStefan Weil <weil@mail.berlios.de>
Fri, 6 Aug 2010 19:53:45 +0000 (21:53 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 5 Oct 2010 18:53:56 +0000 (13:53 -0500)
multifuction -> multifunction
successfull -> successful.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
hw/pci.c
posix-aio-compat.c
ui/vnc-enc-tight.c

index 6d0934df9a49d79940e6bfce34c79db58318a6b2..1280d4d78525d5e36a13eda6ef73a367ea7b8e34 100644 (file)
--- a/hw/pci.c
+++ b/hw/pci.c
@@ -604,7 +604,7 @@ static int pci_init_multifunction(PCIBus *bus, PCIDevice *dev)
     }
 
     /*
-     * 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)
index 842f1a24aa91441641bd32a8f8f9ee1f0a1b77b7..7b862b5400377b932c374de0fc9eb049e7520330 100644 (file)
@@ -128,7 +128,7 @@ static ssize_t handle_aiocb_ioctl(struct qemu_paiocb *aiocb)
 
     /*
      * 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()
index 971bced9344c61a54c380aefaa152b2a2395fc79..af45edd8722799a27dd2a564c442b12473d27bee 100644 (file)
@@ -641,7 +641,7 @@ DEFINE_GRADIENT_FILTER_FUNCTION(32)
 /*
  * 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.
  */