summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 10:35:40 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 10:37:55 -0600
commitcc69334f420fc3d41509a176635f3cca6112821d (patch)
treea46cfe8ded93f66a9adbd6a27f12894a4af6d34f /c/src/lib/libbsp/arm
parenttestsupport: Add cascade option to parallel test (diff)
downloadrtems-cc69334f420fc3d41509a176635f3cca6112821d.tar.bz2
Fix a number of minor Doxygen formatting issues
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 db5b1d5b8b..2aa8312945 100644
--- a/c/src/lib/libbsp/arm/lpc32xx/include/nand-mlc.h
+++ b/c/src/lib/libbsp/arm/lpc32xx/include/nand-mlc.h
@@ -396,7 +396,7 @@ rtems_status_code lpc32xx_mlc_read_blocks(
* @brief Checks if the page spare area indicates to a bad page.
*
* If the first (byte offset 0) or sixth (byte offset 5) byte of the spare area
- * has a value other than 0xff, then it returns @true (the page is bad), else
+ * has a value other than 0xff, then it returns @a true (the page is bad), else
* it returns @a false (the page is not bad).
*
* Samsung uses the sixth byte to indicate a bad page. Mircon uses the first