summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-02-21 16:24:37 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-02-23 11:16:10 +0100
commit8d8f363bd52b18f33628b0069505cc5fe04b616d (patch)
tree22dc1a93445ac9e86692b15dd8a911fc8ff11cc6 /c/src/lib/libbsp/arm
parentPR 2026/filesystem - Fix semaphore attributes (diff)
downloadrtems-8d8f363bd52b18f33628b0069505cc5fe04b616d.tar.bz2
LPC32XX: Typo
Diffstat (limited to 'c/src/lib/libbsp/arm')
-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.