summaryrefslogtreecommitdiffstats
path: root/doc
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
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')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/user/object.t4
2 files changed, 6 insertions, 2 deletions
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 <joel.sherrill@oarcorp.com>
+
+ * user/object.t: Correct order of arguments.
+
2008-08-24 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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