Browse Source

fix a typo

SVN-Revision: 16348
Gabor Juhos 16 years ago
parent
commit
e72be9e83b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c

+ 1 - 1
target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c

@@ -63,7 +63,7 @@ static struct mtd_partition mzk_w300nh_partitions[] = {
 		.size		= 0x020000,
 		.mask_flags	= MTD_WRITEABLE,
 	} , {
-		.name		= "firmare",
+		.name		= "firmware",
 		.offset		= 0x050000,
 		.size		= 0x770000,
 	}