On 2014/9/9 21:43, Andreas Färber wrote:
Am 09.09.2014 10:09, schrieb Peter Maydell:
On 9 September 2014 04:23, zhanghailiang<zhang.zhanghaili...@huawei.com> wrote:
diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c
index 2ab4460..bedef2f 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
"..., rtas,os-term does not ..."? (i.e., drop the comma while at it)
OK, Thanks.
* back to the guest cpu.
*
* While an additional ibm,extended-os-term property indicates that
OK
Regards,
Andreas