[rtems commit] rtems: Revert documentation changes

Sebastian Huber sebh at rtems.org
Wed Feb 6 14:30:26 UTC 2013


Module:    rtems
Branch:    master
Commit:    a2930a9067426895cb2ec4970d6ab9d43ae63877
Changeset: http://git.rtems.org/rtems/commit/?id=a2930a9067426895cb2ec4970d6ab9d43ae63877

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Feb  6 15:18:53 2013 +0100

rtems: Revert documentation changes

---

 cpukit/rtems/include/rtems/rtems/support.h |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/cpukit/rtems/include/rtems/rtems/support.h b/cpukit/rtems/include/rtems/rtems/support.h
index c9fbbdc..1f3cd3d 100644
--- a/cpukit/rtems/include/rtems/rtems/support.h
+++ b/cpukit/rtems/include/rtems/rtems/support.h
@@ -97,13 +97,13 @@ bool rtems_workspace_free(
 );
 
 /**
- *  @brief Greedy Allocate that Empties the Workspace
+ * @brief Greedy allocate that empties the workspace.
  *
- *  Afterward the heap has at most @a block_count allocateable blocks of sizes
- *  specified by @a block_sizes.  The @a block_sizes must point to an array with
- *  @a block_count members.  All other blocks are used.
+ * Afterward the heap has at most @a block_count allocateable blocks of sizes
+ * specified by @a block_sizes.  The @a block_sizes must point to an array with
+ * @a block_count members.  All other blocks are used.
  *
- *  @see rtems_workspace_greedy_free().
+ * @see rtems_workspace_greedy_free().
  */
 void *rtems_workspace_greedy_allocate(
   const uintptr_t *block_sizes,




More information about the vc mailing list