]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qom: Fix spelling in documentation
authorStefan Weil <sw@weilnetz.de>
Sat, 25 Feb 2012 12:47:09 +0000 (13:47 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Wed, 7 Mar 2012 13:03:51 +0000 (13:03 +0000)
This fixes a new spelling issue which was detected by codespell.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
include/qemu/object.h

index 69e4b7b282e8cbcb57aa9b086b6a050388670cd1..dd7f3c06c806136ff9334dad37823a805734b7e8 100644 (file)
@@ -288,7 +288,7 @@ struct Object
  *   implementing an explicit class type if they are not adding additional
  *   virtual functions.
  * @class_init: This function is called after all parent class initialization
- *   has occured to allow a class to set its default virtual method pointers.  
+ *   has occurred to allow a class to set its default virtual method pointers.
  *   This is also the function to use to override virtual methods from a parent
  *   class.
  * @class_finalize: This function is called during class destruction and is