summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/boot/uboot/lib/copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/uboot/lib/copy.c b/sys/boot/uboot/lib/copy.c
index 71b7a94..3adf7eb 100644
--- a/sys/boot/uboot/lib/copy.c
+++ b/sys/boot/uboot/lib/copy.c
@@ -66,7 +66,7 @@ uboot_vm_translate(vm_offset_t o) {
*/
}
if (o > size)
- panic("Address 0x%08jX bigger than size 0x%08X\n",
+ panic("Address offset 0x%08jX bigger than size 0x%08X\n",
(intmax_t)o, size);
return (void *)(start + o);
}
OpenPOWER on IntegriCloud