summary refs log tree commit diff stats
path: root/include/qemu/object.h
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2012-02-25 13:47:09 +0100
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2012-03-07 13:03:51 +0000
commit441dd5ebd5001deec3930273904e8079a36592ee (patch)
treef54320bf44a611bd25d786984d115769df566740 /include/qemu/object.h
parent12f30833b91f80f12ba5bc86305eabec0e0e66c6 (diff)
downloadfocaccia-qemu-441dd5ebd5001deec3930273904e8079a36592ee.tar.gz
focaccia-qemu-441dd5ebd5001deec3930273904e8079a36592ee.zip
qom: Fix spelling in documentation
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>
Diffstat (limited to '')
-rw-r--r--include/qemu/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qemu/object.h b/include/qemu/object.h
index 69e4b7b282..dd7f3c06c8 100644
--- a/include/qemu/object.h
+++ b/include/qemu/object.h
@@ -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