qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH] Fix spelling in documentation


From: Stefan Weil
Subject: [Qemu-trivial] [PATCH] Fix spelling in documentation
Date: Sat, 25 Feb 2012 13:47:09 +0100

This fixes a new spelling issue which was detected by codespell.

Signed-off-by: Stefan Weil <address@hidden>
---
 include/qemu/object.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/qemu/object.h b/include/qemu/object.h
index 69e4b7b..dd7f3c0 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
-- 
1.7.9




reply via email to

[Prev in Thread] Current Thread [Next in Thread]