summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/object.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 11:57:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 11:57:23 +0000
commit33c3b54d57b50ac3d236e2660556a9a2ecb8dcad (patch)
treee6099e8db3c611101bd9c8f486b3f451a5e979b6 /cpukit/rtems/include/rtems/rtems/object.h
parentWhitespace removal. (diff)
downloadrtems-33c3b54d57b50ac3d236e2660556a9a2ecb8dcad.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/object.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/object.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/object.h b/cpukit/rtems/include/rtems/rtems/object.h
index 5a6e97189a..2d473b33d3 100644
--- a/cpukit/rtems/include/rtems/rtems/object.h
+++ b/cpukit/rtems/include/rtems/rtems/object.h
@@ -245,7 +245,7 @@ rtems_status_code rtems_object_set_name(
/**
* @brief Get Lowest Valid Class Value
*
- * This method returns the lowest valid value Class for the
+ * This method returns the lowest valid value Class for the
* specified @a api. Each API supports a different number
* of object classes.
*
@@ -261,7 +261,7 @@ int rtems_object_api_minimum_class(
/**
* @brief Get Highest Valid Class Value
*
- * This method returns the highest valid value Class for the
+ * This method returns the highest valid value Class for the
* specified @a api. Each API supports a different number
* of object classes.
*
@@ -278,7 +278,7 @@ int rtems_object_api_maximum_class(
/**
* @brief Get Highest Valid Class Value
*
- * This method returns the lowest valid value Class for the
+ * This method returns the lowest valid value Class for the
* specified @a api. Each API supports a different number
* of object classes.
*
@@ -321,7 +321,7 @@ const char *rtems_object_get_api_name(
* the string "BAD CLASS"
*/
const char *rtems_object_get_api_class_name(
- int the_api,
+ int the_api,
int the_class
);