mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-27 15:54:07 +08:00
Fix more Doxygen typos
This commit is contained in:
@@ -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
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user