From 11c523d784d96d3de378c98b5f6a586300c449f8 Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Mon, 20 Dec 2010 16:05:03 +0100 Subject: ARM Chumby: Just fix some typos Signed-off-by: Juergen Beisert Signed-off-by: Sascha Hauer --- arch/arm/boards/chumby_falconwing/falconwing.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arch/arm/boards/chumby_falconwing/falconwing.c') diff --git a/arch/arm/boards/chumby_falconwing/falconwing.c b/arch/arm/boards/chumby_falconwing/falconwing.c index 10fbba8145..93ce7e2d9e 100644 --- a/arch/arm/boards/chumby_falconwing/falconwing.c +++ b/arch/arm/boards/chumby_falconwing/falconwing.c @@ -225,8 +225,8 @@ static const uint32_t pad_setup[] = { * Try to register an environment storage on the attached MCI card * @return 0 on success * - * We relay on the existance of a useable SD card, already attached to - * our system, to get someting like a persistant memory for our environment. + * We rely on the existence of a usable SD card, already attached to + * our system, to get something like a persistent memory for our environment. * If this SD card is also the boot media, we can use the second partition * for our environment purpose (if present!). */ @@ -253,7 +253,7 @@ static int register_persistant_environment(void) return -ENODEV; } - /* use the full partition as our persistant environment storage */ + /* use the full partition as our persistent environment storage */ return devfs_add_partition("disk0.1", 0, cdev->size, DEVFS_PARTITION_FIXED, "env0"); } -- cgit v1.2.3