diff options
author | Stefan Weil <sw@weilnetz.de> | 2015-01-03 14:41:39 +0100 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2015-01-15 10:44:13 +0300 |
commit | b4952c3677170139541bc6bc14e9c2cfdc056181 (patch) | |
tree | bb33cd643adb0044e2cf1f0028e0cc5c0d391eb8 /include/hw/hotplug.h | |
parent | 1281f8e3085b9149b8704419534f0e6f23c1fa64 (diff) |
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/hw/hotplug.h')
-rw-r--r-- | include/hw/hotplug.h | 2 |
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> */ |