summary refs log tree commit diff stats
path: root/include
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-01-03 14:41:39 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2015-01-15 10:44:13 +0300
commitb4952c3677170139541bc6bc14e9c2cfdc056181 (patch)
treebb33cd643adb0044e2cf1f0028e0cc5c0d391eb8 /include
parent1281f8e3085b9149b8704419534f0e6f23c1fa64 (diff)
downloadfocaccia-qemu-b4952c3677170139541bc6bc14e9c2cfdc056181.tar.gz
focaccia-qemu-b4952c3677170139541bc6bc14e9c2cfdc056181.zip
misc: Fix new typos in comments
recieve -> receive
suprise -> surprise

Cc: Igor Mammedov <imammedo@redhat.com>
Cc: John Snow <jsnow@redhat.com>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'include')
-rw-r--r--include/hw/hotplug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/hotplug.h b/include/hw/hotplug.h
index 050d2f0530..2db025d0bd 100644
--- a/include/hw/hotplug.h
+++ b/include/hw/hotplug.h
@@ -52,7 +52,7 @@ typedef void (*hotplug_fn)(HotplugHandler *plug_handler,
  *                  require asynchronous unplug handling.
  * @unplug: unplug callback.
  *          Used for device removal with devices that implement
- *          asynchronous and synchronous (suprise) removal.
+ *          asynchronous and synchronous (surprise) removal.
  */
 typedef struct HotplugHandlerClass {
     /* <private> */