Reformat.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 19 Apr 2010 22:52:01 +0000 (22:52 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 19 Apr 2010 22:52:01 +0000 (22:52 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3471 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/struct/heap.c

index 1e4d60530336c7ae0f86e8cf891e7eeb44ccf63a..1faacf3c8a9078f60f0c4ab7611596bd51507262 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Heap subsystem (public interface).
  *
- * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
@@ -48,7 +47,7 @@
 /*
  * This function prototype is deprecated, will change in:
  * void heap_init(struct Heap* h, heap_buf_t* memory, size_t size)
- * in the nex BeRTOS release.
+ * in the next BeRTOS release.
  */
 void heap_init(struct Heap* h, void* memory, size_t size)
 {