summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tapset/memory.stp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tapset/memory.stp b/tapset/memory.stp
index 9370073b..ea976d15 100644
--- a/tapset/memory.stp
+++ b/tapset/memory.stp
@@ -118,9 +118,9 @@ probe vm.munmap = kernel.function("do_munmap") {
}
/**
- * probe vm.brk -Fires when a brk is requested (resizing a heap).
- * @address - the requested address
- * @length - the length of the memory segment
+ * probe vm.brk - Fires when a brk is requested (resizing a heap).
+ * @address: the requested address
+ * @length: the length of the memory segment
*
* Context:
* The process calling brk.