diff options
| author | zhanghailiang <zhang.zhanghailiang@huawei.com> | 2014-09-10 19:29:07 +0800 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2014-09-20 17:55:53 +0400 |
| commit | 9d632f5f688e1cbb8ef9e54dfc671518dfe677aa (patch) | |
| tree | b9917269f3870c2d0c52e9b29c1e08351c2b1ee4 /hw/ppc/spapr.c | |
| parent | c88930a6866e74953e931ae749781e98e486e5c8 (diff) | |
| download | focaccia-qemu-9d632f5f688e1cbb8ef9e54dfc671518dfe677aa.tar.gz focaccia-qemu-9d632f5f688e1cbb8ef9e54dfc671518dfe677aa.zip | |
Fix typos and misspellings in comments
formated -> formatted gaurantee -> guarantee shear -> sheer Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/ppc/spapr.c')
| -rw-r--r-- | hw/ppc/spapr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c index 2ab4460f04..2becc9ff07 100644 --- a/hw/ppc/spapr.c +++ b/hw/ppc/spapr.c @@ -541,7 +541,7 @@ static void *spapr_create_fdt_skel(hwaddr initrd_base, _FDT((fdt_property_cell(fdt, "rtas-error-log-max", RTAS_ERROR_LOG_MAX))); /* - * According to PAPR, rtas ibm,os-term, does not gaurantee a return + * According to PAPR, rtas ibm,os-term does not guarantee a return * back to the guest cpu. * * While an additional ibm,extended-os-term property indicates that |