diff options
author | Patrick Pletscher <pat@student.ethz.ch> | 2006-06-30 18:35:56 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-06-30 18:35:56 +0200 |
commit | 741c80c24b20b5ce1903d767a13caeac0fef62c6 (patch) | |
tree | 3e7978c5c883d132527ee1f106480ecb9be7dc54 /Documentation/DocBook | |
parent | d254c8f70abcb560d941e68c8c1f3b816c44a020 (diff) | |
download | linux-741c80c24b20b5ce1903d767a13caeac0fef62c6.tar.bz2 |
Documentation/DocBook/mtdnand.tmpl: typo fixes
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/mtdnand.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/DocBook/mtdnand.tmpl b/Documentation/DocBook/mtdnand.tmpl index 6e463d0db266..999afe1ca8cb 100644 --- a/Documentation/DocBook/mtdnand.tmpl +++ b/Documentation/DocBook/mtdnand.tmpl @@ -189,9 +189,9 @@ static unsigned long baseaddr; <sect1> <title>Partition defines</title> <para> - If you want to divide your device into parititions, then - enable the configuration switch CONFIG_MTD_PARITIONS and define - a paritioning scheme suitable to your board. + If you want to divide your device into partitions, then + enable the configuration switch CONFIG_MTD_PARTITIONS and define + a partitioning scheme suitable to your board. </para> <programlisting> #define NUM_PARTITIONS 2 |