linux-user: Fix typo in function documentation for pgb_addr_set()
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>
Helge Deller committed
May 26, 2026 at 12:41 UTC
cc39416ec173f9fc4b0581f0078401858ed451a6
1 file changed
+1
-1
linux-user/elfload.c
+1
-1
@@ -848,7 +848,7 @@ static bool pgb_try_mmap_set(const PGBAddrs *ga, uintptr_t base, uintptr_t brk)
848
* pgb_addr_set:
849
* @ga: output set of guest addrs
850
* @guest_loaddr: guest image low address
851
- * @guest_loaddr: guest image high address
851
+ * @guest_hiaddr: guest image high address
852
* @identity: create for identity mapping
853
*
854
* Fill in @ga with the image, COMMPAGE and NULL page.