summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 14:33:08 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 14:33:08 -0600
commita7e4de250436df590529cc7a295d099ade77d9d5 (patch)
tree693402b53f1a16870cd44cdf82a8e4a170bf2ef4 /cpukit/libcsupport
parentcoremuteximpl.h: Reorder macro names to match body and fix Doxygen warnings (diff)
downloadrtems-a7e4de250436df590529cc7a295d099ade77d9d5.tar.bz2
Fix even more Doxygen issues
Diffstat (limited to 'cpukit/libcsupport')
-rw-r--r--cpukit/libcsupport/include/rtems/error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/include/rtems/error.h b/cpukit/libcsupport/include/rtems/error.h
index cbcfa98614..c81cc66cc7 100644
--- a/cpukit/libcsupport/include/rtems/error.h
+++ b/cpukit/libcsupport/include/rtems/error.h
@@ -113,7 +113,7 @@ int rtems_error(
*
* @param[in] printf_format is a normal printf(3) format string,
* with its concommitant arguments
- * @param[in] @p arglist is a varargs list corresponding to
+ * @param[in] arglist is a varargs list corresponding to
* printf_format
*
* @return the number of characters written.