summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/heapgetinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/heapgetinfo.c')
-rw-r--r--cpukit/score/src/heapgetinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/src/heapgetinfo.c b/cpukit/score/src/heapgetinfo.c
index a55348c3c8..172b2ef3ab 100644
--- a/cpukit/score/src/heapgetinfo.c
+++ b/cpukit/score/src/heapgetinfo.c
@@ -24,10 +24,10 @@
*
* Input parameters:
* the_heap - pointer to heap header
+ * the_info - pointer for information to be returned
*
* Output parameters:
- * free_sz - Pointer for free amount return
- * used_sz - Pointer for used amount return
+ * *the_info - contains information about heap
* return 0=success, otherwise heap is corrupt.
*/