From: ddomingo Date: Mon, 2 Feb 2009 03:06:07 +0000 (+1000) Subject: minor correction to comment on probe vm.brk X-Git-Tag: release-0.9~81^2~5^2~2 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=ee08323d54db2ca61e5bfecccd4ac6bc9812585a;p=systemtap.git minor correction to comment on probe vm.brk --- diff --git a/tapset/memory.stp b/tapset/memory.stp index 9370073bc..ea976d15c 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.