|
From: <sv...@va...> - 2011-12-10 16:11:37
|
Author: florian Date: 2011-12-10 16:06:57 +0000 (Sat, 10 Dec 2011) New Revision: 12283 Log: Fix a typo. Modified: trunk/auxprogs/update-demangler Modified: trunk/auxprogs/update-demangler =================================================================== --- trunk/auxprogs/update-demangler 2011-12-10 16:03:57 UTC (rev 12282) +++ trunk/auxprogs/update-demangler 2011-12-10 16:06:57 UTC (rev 12283) @@ -11,7 +11,7 @@ # It will assemble # - a patch file with local changes that were applied to the C++ # demangler to make it work within valgrind -# - a directory new_m_demangle whose contexts should be copied to +# - a directory new_m_demangle whose contents should be copied to # m_demangle in valgrind trunk # The patch will *not* be applied automacially. #--------------------------------------------------------------------- |