X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fstruct%2Fheap.c;h=1faacf3c8a9078f60f0c4ab7611596bd51507262;hb=683850c0edb6c3b55b6fef11d891430c4cd6b2bd;hp=1e4d60530336c7ae0f86e8cf891e7eeb44ccf63a;hpb=f884c67ed85598875ef683987323fd6085e01e14;p=bertos.git diff --git a/bertos/struct/heap.c b/bertos/struct/heap.c index 1e4d6053..1faacf3c 100644 --- a/bertos/struct/heap.c +++ b/bertos/struct/heap.c @@ -32,7 +32,6 @@ * * \brief Heap subsystem (public interface). * - * \version $Id$ * \author Bernie Innocenti */ @@ -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) {