summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc32xx/include/nand-mlc.h
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2012-02-23 10:43:58 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-02-23 10:43:58 -0600
commit8f7f6caaef26f9067aeb2feaa85a2d50c0853ba8 (patch)
tree050baab928e64c77bb3055ed0f7fd9cdd31f8ce8 /c/src/lib/libbsp/arm/lpc32xx/include/nand-mlc.h
parentAvoid NULL dereference in printk() before libchip console initialized (diff)
parentpsxtests: Fix typo in psxstat (diff)
downloadrtems-8f7f6caaef26f9067aeb2feaa85a2d50c0853ba8.tar.bz2
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'c/src/lib/libbsp/arm/lpc32xx/include/nand-mlc.h')
-rw-r--r--c/src/lib/libbsp/arm/lpc32xx/include/nand-mlc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/arm/lpc32xx/include/nand-mlc.h b/c/src/lib/libbsp/arm/lpc32xx/include/nand-mlc.h
index cc91a7956b..5fed9031b6 100644
--- a/c/src/lib/libbsp/arm/lpc32xx/include/nand-mlc.h
+++ b/c/src/lib/libbsp/arm/lpc32xx/include/nand-mlc.h
@@ -263,7 +263,7 @@ rtems_status_code lpc32xx_mlc_read_page(
* @brief Checks if the block with index @a block_index is valid.
*
* The initial valid block information of the manufacturer will be used.
- * Unfortunatly there seems to be no standard for this. A block will be
+ * Unfortunately there seems to be no standard for this. A block will be
* considered as bad if the first or second page of this block does not contain
* 0xff at the 6th byte of the spare area. This should work for flashes with
* small pages and a 8-bit IO width.