From 9e5b2c347a5b9623f4a1b56ae887da6c96bb59a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 12 Nov 2011 17:35:02 +0100 Subject: [PATCH] Fix typo. --- src/system/boot/platform/u-boot/mmu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/boot/platform/u-boot/mmu.cpp b/src/system/boot/platform/u-boot/mmu.cpp index f2a7e9bacf..27b53693b7 100644 --- a/src/system/boot/platform/u-boot/mmu.cpp +++ b/src/system/boot/platform/u-boot/mmu.cpp @@ -66,7 +66,7 @@ TODO: *defines a block in memory */ struct memblock { - const char name[16]; // the name will be used for debugging etc later perhapse... + const char name[16]; // the name will be used for debugging etc later perhaps... addr_t start; // start of the block addr_t end; // end of the block uint32 flags; // which flags should be applied (device/normal etc..)