diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/VFS/skel_transparent.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/VFS/skel_transparent.c b/examples/VFS/skel_transparent.c index c86e0b7f3e..c52b057f47 100644 --- a/examples/VFS/skel_transparent.c +++ b/examples/VFS/skel_transparent.c @@ -29,10 +29,9 @@ */ /* If you take this file as template for your module - * please make sure that you remove all functions you didn't - * want to implement!! - * - * This passthrough operations are useless in reall vfs modules! + * please make sure that you remove all skel_XXX() functions you don't + * want to implement!! The passthrough operations are not + * neccessary in a real module. * * --metze */ |