2008-08-27 Joel Sherrill <joel.sherrill@oarcorp.com>

* user/object.t: Correct order of arguments.
This commit is contained in:
Joel Sherrill
2008-08-27 15:21:20 +00:00
parent a7e9274f84
commit a5554d28b6
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2008-08-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* user/object.t: Correct order of arguments.
2008-08-24 Joel Sherrill <joel.sherrill@OARcorp.com> 2008-08-24 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/clock.t: Correct discussion of timeval. * user/clock.t: Correct discussion of timeval.

View File

@@ -806,8 +806,8 @@ or free it.
@findex rtems_object_get_api_class_name @findex rtems_object_get_api_class_name
@example @example
const char *rtems_object_get_api_class_name( const char *rtems_object_get_api_class_name(
uint32_t the_class, uint32_t the_api,
uint32_t the_api uint32_t the_class
); );
@end example @end example
@end ifset @end ifset