Commit 93148aa5 authored by Stefan Weil's avatar Stefan Weil Committed by Stefan Hajnoczi
Browse files

Spelling fixes in comments (it's -> its)



* it's -> its (fixed for all files)
* dont -> don't (only fixed in a line which was touched by the previous fix)
* distrub -> disturb (fixed in the same line)

Reviewed-by: default avatarAndreas Färber <afaerber@suse.de>
Signed-off-by: default avatarStefan Weil <sw@weilnetz.de>
Signed-off-by: default avatarStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
parent 0ea5c0cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -232,7 +232,7 @@ for opt do
done
# OS specific
# Using uname is really, really broken.  Once we have the right set of checks
# we can eliminate it's usage altogether
# we can eliminate its usage altogether.

cc="${CC-${cross_prefix}gcc}"
ar="${AR-${cross_prefix}ar}"
+1 −1
Original line number Diff line number Diff line
@@ -888,7 +888,7 @@ static void exynos4210_ltick_event(void *opaque)
    static uint64_t time2[2] = {0};
#endif

    /* Call tick_timer event handler, it will update it's tcntb and icntb */
    /* Call tick_timer event handler, it will update its tcntb and icntb. */
    exynos4210_ltick_timer_event(&s->tick_timer);

    /* get tick_timer cnt */
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
 *
 * Written by Alon Levy, with contributions from Robert Relyea.
 *
 * Based on usb-serial.c, see it's copyright and attributions below.
 * Based on usb-serial.c, see its copyright and attributions below.
 *
 * This work is licensed under the terms of the GNU GPL, version 2.1 or later.
 * See the COPYING file in the top-level directory.
+2 −2
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ typedef struct InterfaceInfo InterfaceInfo;
 *
 * Once all of the parent classes have been initialized, #TypeInfo::class_init
 * is called to let the class being instantiated provide default initialize for
 * it's virtual functions.  Here is how the above example might be modified
 * its virtual functions.  Here is how the above example might be modified
 * to introduce an overridden virtual function:
 *
 * <example>
@@ -527,7 +527,7 @@ Type type_register_static(const TypeInfo *info);
 * type_register:
 * @info: The #TypeInfo of the new type
 *
 * Unlike type_register_static(), this call does not require @info or it's
 * Unlike type_register_static(), this call does not require @info or its
 * string members to continue to exist after the call returns.
 *
 * Returns: 0 on failure, the new #Type on success.
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
#include <sys/eventfd.h>
#endif

/* KVM uses PAGE_SIZE in it's definition of COALESCED_MMIO_MAX */
/* KVM uses PAGE_SIZE in its definition of COALESCED_MMIO_MAX */
#define PAGE_SIZE TARGET_PAGE_SIZE

//#define DEBUG_KVM
Loading