From ee08323d54db2ca61e5bfecccd4ac6bc9812585a Mon Sep 17 00:00:00 2001 From: ddomingo Date: Mon, 2 Feb 2009 13:06:07 +1000 Subject: minor correction to comment on probe vm.brk --- tapset/memory.stp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tapset/memory.stp') 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. -- cgit