summaryrefslogtreecommitdiffstats
path: root/doc/user/object.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-27 15:21:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-27 15:21:20 +0000
commita5554d28b627f06af3acf37c5b83f9eb0598102a (patch)
tree45a94788269e915ca57b1721d05d785c0e8e73a4 /doc/user/object.t
parent2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-a5554d28b627f06af3acf37c5b83f9eb0598102a.tar.bz2
2008-08-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* user/object.t: Correct order of arguments.
Diffstat (limited to 'doc/user/object.t')
-rw-r--r--doc/user/object.t4
1 files changed, 2 insertions, 2 deletions
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