summary refs log tree commit diff
path: root/drivers/mtd
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@gmx.de>2006-11-30 05:32:19 +0100
committerAdrian Bunk <bunk@stusta.de>2006-11-30 05:32:19 +0100
commit03a67a46af8647b2c7825107045ecae641e103d3 (patch)
tree7986405e63cfafe97f9fb6093b1ce2a96d1657c3 /drivers/mtd
parent93e06b4140cc018826bce4d97b0bf7c9ba05ae6e (diff)
downloadlinux-03a67a46af8647b2c7825107045ecae641e103d3.tar.gz
Fix typos in doc and comments
Changes persistant -> persistent. www.dictionary.com does not know
persistant (with an A), but should it be one of those things you can
spell in more than one correct way, let me know.

Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/maps/cfi_flagadm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/maps/cfi_flagadm.c b/drivers/mtd/maps/cfi_flagadm.c
index 92b5d883d7b0..65e5ee552010 100644
--- a/drivers/mtd/maps/cfi_flagadm.c
+++ b/drivers/mtd/maps/cfi_flagadm.c
@@ -80,7 +80,7 @@ struct mtd_partition flagadm_parts[] = {
 		.size =		FLASH_PARTITION2_SIZE
 	},
 	{
-		.name =		"Persistant storage",
+		.name =		"Persistent storage",
 		.offset =	FLASH_PARTITION3_ADDR,
 		.size =		FLASH_PARTITION3_SIZE
 	}