[rtems commit] libcsupport: Spelling

Sebastian Huber sebh at rtems.org
Mon Oct 15 12:55:17 UTC 2012


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Aug 24 09:58:54 2012 +0200

libcsupport: Spelling

---

 cpukit/libcsupport/include/rtems/malloc.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cpukit/libcsupport/include/rtems/malloc.h b/cpukit/libcsupport/include/rtems/malloc.h
index d178e8a..d195b9f 100644
--- a/cpukit/libcsupport/include/rtems/malloc.h
+++ b/cpukit/libcsupport/include/rtems/malloc.h
@@ -146,7 +146,7 @@ int rtems_memalign(
  * memory area will begin at an address aligned by this value.
  *
  * If the boundary parameter @a boundary is not equal to zero, the allocated
- * memory area will fulfill a boundary constraint.  The boundary value
+ * memory area will comply with a boundary constraint.  The boundary value
  * specifies the set of addresses which are aligned by the boundary value.  The
  * interior of the allocated memory area will not contain an element of this
  * set.  The begin or end address of the area may be a member of the set.
@@ -170,7 +170,7 @@ void *rtems_heap_allocate_aligned_with_boundary(
  * starting at @a area_begin of size @a area_size bytes.
  *
  * There are no alignment requirements.  The memory area must be big enough to
- * contain some maintainance blocks.  It must not overlap parts of the current
+ * contain some maintenance blocks.  It must not overlap parts of the current
  * heap areas.  Disconnected subordinate heap areas will lead to used blocks
  * which cover the gaps.  Extending with an inappropriate memory area will
  * corrupt the heap.
@@ -186,7 +186,7 @@ rtems_status_code rtems_heap_extend(
 /**
  * @brief Greedy allocate that empties the heap.
  *
- * Afterward the heap has at most @a block_count allocateable blocks of sizes
+ * Afterward the heap has at most @a block_count allocatable 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.
  *




More information about the vc mailing list