From: Mathieu Desnoyers Date: Mon, 30 Jan 2012 14:19:23 +0000 (-0500) Subject: Fix comment X-Git-Tag: v2.0-pre12~8 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=00525d3021664776c58f1dde19de6b7b5333f11a;hp=711e321294c8df600f3901669c5709a56dc54863;p=lttng-modules.git Fix comment Signed-off-by: Mathieu Desnoyers --- diff --git a/wrapper/splice.h b/wrapper/splice.h index ee08c6c6..ea3bfaca 100644 --- a/wrapper/splice.h +++ b/wrapper/splice.h @@ -4,7 +4,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. *