]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
linux-user: Fix typo in function documentation for pgb_addr_set()
authorHelge Deller <deller@gmx.de>
Tue, 26 May 2026 10:41:02 +0000 (12:41 +0200)
committerHelge Deller <deller@gmx.de>
Fri, 29 May 2026 21:40:53 +0000 (23:40 +0200)
The third parameter is called guest_hiaddr.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Helge Deller <deller@gmx.de>
linux-user/elfload.c

index 0e757787d20c050a091bb3553aaa1d6c695671bb..f7625c0952440722c56a3207b10ef7319b16da5d 100644 (file)
@@ -848,7 +848,7 @@ static bool pgb_try_mmap_set(const PGBAddrs *ga, uintptr_t base, uintptr_t brk)
  * pgb_addr_set:
  * @ga: output set of guest addrs
  * @guest_loaddr: guest image low address
- * @guest_loaddr: guest image high address
+ * @guest_hiaddr: guest image high address
  * @identity: create for identity mapping
  *
  * Fill in @ga with the image, COMMPAGE and NULL page.