From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1PUhIe-0003Eg-IN for barebox@lists.infradead.org; Mon, 20 Dec 2010 15:05:22 +0000 Received: from octopus.hi.pengutronix.de ([2001:6f8:1178:2:215:17ff:fe12:23b0]) by metis.ext.pengutronix.de with esmtp (Exim 4.71) (envelope-from ) id 1PUhIZ-0000U6-Az for barebox@lists.infradead.org; Mon, 20 Dec 2010 16:05:15 +0100 Received: from jbe by octopus.hi.pengutronix.de with local (Exim 4.69) (envelope-from ) id 1PUhIZ-0003xS-80 for barebox@lists.infradead.org; Mon, 20 Dec 2010 16:05:15 +0100 From: Juergen Beisert Date: Mon, 20 Dec 2010 16:05:03 +0100 Message-Id: <1292857509-13881-5-git-send-email-jbe@pengutronix.de> In-Reply-To: <1292857509-13881-1-git-send-email-jbe@pengutronix.de> References: <1292857509-13881-1-git-send-email-jbe@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 04/10] ARM Chumby: Just fix some typos To: barebox@lists.infradead.org Signed-off-by: Juergen Beisert --- arch/arm/boards/chumby_falconwing/falconwing.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/boards/chumby_falconwing/falconwing.c b/arch/arm/boards/chumby_falconwing/falconwing.c index 10fbba8..93ce7e2 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"); } -- 1.7.2.3 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox