qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH] dump: fix a typo


From: Marc-André Lureau
Subject: [Qemu-trivial] [PATCH] dump: fix a typo
Date: Mon, 2 Jul 2018 19:45:38 +0200

I suppose this is the correct spelling.

Signed-off-by: Marc-André Lureau <address@hidden>
---
 dump.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dump.c b/dump.c
index 04467b353e..e2956f5f2e 100644
--- a/dump.c
+++ b/dump.c
@@ -1120,7 +1120,7 @@ static uint64_t dump_pfn_to_paddr(DumpState *s, uint64_t 
pfn)
 /*
  * exam every page and return the page frame number and the address of the 
page.
  * bufptr can be NULL. note: the blocks here is supposed to reflect guest-phys
- * blocks, so block->target_start and block->target_end should be interal
+ * blocks, so block->target_start and block->target_end should be integral
  * multiples of the target page size.
  */
 static bool get_next_page(GuestPhysBlock **blockptr, uint64_t *pfnptr,
-- 
2.18.0.rc1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]