Message ID | 20231122162620.4354-1-frediano.ziglio@cloud.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | x86/mem_sharing: Fix typo in comment | expand |
On 22/11/2023 4:26 pm, Frediano Ziglio wrote: > ambigious -> ambiguous > > Signed-off-by: Frediano Ziglio <frediano.ziglio@cloud.com> Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
On Wed, Nov 22, 2023 at 11:27 AM Andrew Cooper <andrew.cooper3@citrix.com> wrote: > > On 22/11/2023 4:26 pm, Frediano Ziglio wrote: > > ambigious -> ambiguous > > > > Signed-off-by: Frediano Ziglio <frediano.ziglio@cloud.com> > > Acked-by: Andrew Cooper <andrew.cooper3@citrix.com> Not sure if it's still needed but either case: Acked-by: Tamas K Lengyel <tamas@tklengyel.com>
diff --git a/xen/arch/x86/mm/mem_sharing.c b/xen/arch/x86/mm/mem_sharing.c index 142258f16a..9647e651f9 100644 --- a/xen/arch/x86/mm/mem_sharing.c +++ b/xen/arch/x86/mm/mem_sharing.c @@ -1123,7 +1123,7 @@ err_out: /* * This function is intended to be used for plugging a "hole" in the client's * physmap with a shared memory entry. Unfortunately the definition of a "hole" - * is currently ambigious. There are two cases one can run into a "hole": + * is currently ambiguous. There are two cases one can run into a "hole": * 1) there is no pagetable entry at all * 2) there is a pagetable entry with a type that passes p2m_is_hole *
ambigious -> ambiguous Signed-off-by: Frediano Ziglio <frediano.ziglio@cloud.com> --- xen/arch/x86/mm/mem_sharing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)