From: Mathieu Desnoyers Date: Mon, 30 Jan 2012 14:03:58 +0000 (-0500) Subject: Cleanup comment X-Git-Tag: v2.0-pre12~9 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=711e321294c8df600f3901669c5709a56dc54863;p=lttng-modules.git Cleanup comment Signed-off-by: Mathieu Desnoyers --- diff --git a/wrapper/splice.c b/wrapper/splice.c index ba224eea..65f0d711 100644 --- a/wrapper/splice.c +++ b/wrapper/splice.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2011 Mathieu Desnoyers (mathieu.desnoyers@efficios.com) * - * wrapper around vmalloc_sync_all. Using KALLSYMS to get its address when + * wrapper around splice_to_pipe. Using KALLSYMS to get its address when * available, else we need to have a kernel that exports this function to GPL * modules. *