summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-allocator.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 13:26:12 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 13:26:12 -0600
commite0eb07a22b6d4e517ed6c69c25af4f6f783a69e9 (patch)
tree518bfe9e11f3113d790534986435cc6cbb7bf039 /cpukit/libdl/rtl-allocator.h
parentFix a number of minor Doxygen formatting issues (diff)
downloadrtems-e0eb07a22b6d4e517ed6c69c25af4f6f783a69e9.tar.bz2
Fix more Doxygen typos
Diffstat (limited to 'cpukit/libdl/rtl-allocator.h')
-rw-r--r--cpukit/libdl/rtl-allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libdl/rtl-allocator.h b/cpukit/libdl/rtl-allocator.h
index 8e90b7b81c..4d996d3ccd 100644
--- a/cpukit/libdl/rtl-allocator.h
+++ b/cpukit/libdl/rtl-allocator.h
@@ -147,7 +147,7 @@ void rtems_rtl_alloc_indirect_del (rtems_rtl_alloc_tag_t tag,
* @param const_base Pointer to the const base pointer.
* @param const_size The size of the read only section.
* @param data_base Pointer to the data base pointer.
- * @prarm data_size The size of the read/write secton.
+ * @param data_size The size of the read/write secton.
* @param bss_base Pointer to the bss base pointer.
* @param bss_size The size of the read/write.
* @retval true The memory has been allocated.