X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=wrapper%2Fsplice.c;h=65f0d711d31c06212869abb7974426d02a5c1e6f;hb=711e321294c8df600f3901669c5709a56dc54863;hp=ba224eea62fb39b9ba6a0bcb84b1e1d1dc53305e;hpb=a3ccff4ffbfa87702cf3bc4693f86c2aaac27be2;p=lttng-modules.git 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. *