summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-03 01:02:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-03 01:02:50 +0000
commitb6585b8bd7b6fcbe1ca552b2cc841f5e5a83c4dd (patch)
treea8608f459d17d4fef5e5e4dc70d504468c9b542e /cpukit/rtems
parent2009-08-02 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b6585b8bd7b6fcbe1ca552b2cc841f5e5a83c4dd.tar.bz2
2009-08-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/include/rtems/rtems/support.h: Fix comments.
Diffstat (limited to 'cpukit/rtems')
-rw-r--r--cpukit/rtems/include/rtems/rtems/support.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/support.h b/cpukit/rtems/include/rtems/rtems/support.h
index aceb71b7e4..8d8a85a825 100644
--- a/cpukit/rtems/include/rtems/rtems/support.h
+++ b/cpukit/rtems/include/rtems/rtems/support.h
@@ -69,10 +69,9 @@ bool rtems_workspace_get_information(
);
/**
- * @brief get workspace information
+ * @brief allocate memory from workspace
*
- * This returns information about the heap that is used as
- * the RTEMS Executive Workspace.
+ * This allocates memory from the the RTEMS Executive Workspace.
*
* @param[in] bytes is the number of bytes to allocate
* @param[in] pointer is the returned pointer to allocated memory
@@ -85,9 +84,9 @@ bool rtems_workspace_allocate(
);
/**
- * @brief free workspace
+ * @brief free memory back to the workspace
*
- * This frees the workspace that was allocated from
+ * This frees memory that was allocated from
* the RTEMS Executive Workspace.
*
* @param[in] pointer is the allocated workspace