From a5554d28b627f06af3acf37c5b83f9eb0598102a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 27 Aug 2008 15:21:20 +0000 Subject: 2008-08-27 Joel Sherrill * user/object.t: Correct order of arguments. --- doc/ChangeLog | 4 ++++ doc/user/object.t | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index 38a0106f31..b5c7ff0e70 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-08-27 Joel Sherrill + + * user/object.t: Correct order of arguments. + 2008-08-24 Joel Sherrill * user/clock.t: Correct discussion of timeval. diff --git a/doc/user/object.t b/doc/user/object.t index 73175766ba..7483fc63cb 100644 --- a/doc/user/object.t +++ b/doc/user/object.t @@ -806,8 +806,8 @@ or free it. @findex rtems_object_get_api_class_name @example 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 ifset -- cgit v1.2.3