Fix more Doxygen typos

This commit is contained in:
Joel Sherrill
2015-03-06 13:26:12 -06:00
parent cc69334f42
commit e0eb07a22b
7 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -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.
+4 -3
View File
@@ -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.
*/