summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-allocator.h
diff options
context:
space:
mode:
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.