comment-only wibbles



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4515 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/m_redir.c b/coregrind/m_redir.c
index c1c700a..40a3275 100644
--- a/coregrind/m_redir.c
+++ b/coregrind/m_redir.c
@@ -1,11 +1,11 @@
+
 /*--------------------------------------------------------------------*/
-/*--- Management of function redirection and wrapping.             ---*/
-/*---                                                   vg_redir.c ---*/
+/*--- Function replacement and wrapping.                 m_redir.c ---*/
 /*--------------------------------------------------------------------*/
 
 /*
-   This file is part of Valgrind, an extensible x86 protected-mode
-   emulator for monitoring program execution on x86-Unixes.
+   This file is part of Valgrind, a dynamic binary instrumentation
+   framework.
 
    Copyright (C) 2000-2005 Julian Seward 
       jseward@acm.org
@@ -757,3 +757,7 @@
 //:: 
 //::    VG_(SkipList_Insert)(&wrapper_returns, ret);
 //:: }
+
+/*--------------------------------------------------------------------*/
+/*--- end                                                          ---*/
+/*--------------------------------------------------------------------*/