summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl
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
parentFix a number of minor Doxygen formatting issues (diff)
downloadrtems-e0eb07a22b6d4e517ed6c69c25af4f6f783a69e9.tar.bz2
Fix more Doxygen typos
Diffstat (limited to 'cpukit/libdl')
-rw-r--r--cpukit/libdl/rtl-allocator.h2
-rw-r--r--cpukit/libdl/rtl.h7
2 files changed, 5 insertions, 4 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.
diff --git a/cpukit/libdl/rtl.h b/cpukit/libdl/rtl.h
index d0a0d0085c..15d84c1b27 100644
--- a/cpukit/libdl/rtl.h
+++ b/cpukit/libdl/rtl.h
@@ -5,6 +5,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*/
+
/**
* @file
*
@@ -224,7 +225,7 @@ rtems_rtl_obj_t* rtems_rtl_find_obj (const char* name);
* 2. Relative file references an object format file in the search path.
*
* 3. Absolute archive and file reference to a specific location in the file
- * system. The archive and file are encoded as 'archive:file [@offset]'
+ * system. The archive and file are encoded as 'archive:file [@@offset]'
* where 'archive' is a valid file at the absolute path in the file system,
* and 'file' is a contained in the archive, and optionally an offset to
* the 'file' in the 'archive'. If no offset is provided the archive is
@@ -275,7 +276,7 @@ int rtems_rtl_get_error (char* message, size_t max_message);
/**
* Append the path to the search path.
*
- * @path The path to append.
+ * @param path The path to append.
* @retval false The path could not be appended.
* @retval true The path was appended.
*/
@@ -284,7 +285,7 @@ bool rtems_rtl_path_append (const char* path);
/**
* Prepend the path to the search path.
*
- * @path The path to prepend.
+ * @param path The path to prepend.
* @retval false The path could not be prepended.
* @retval true The path was prepended.
*/