From: Florian Krohm Date: Sat, 10 Dec 2011 16:06:57 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: svn/VALGRIND_3_8_0~570 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a70a467080d6e623e64db4d2541c9717b8f99e27;p=thirdparty%2Fvalgrind.git Fix a typo. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12283 --- diff --git a/auxprogs/update-demangler b/auxprogs/update-demangler index eca24fef94..ec4409ad7f 100755 --- a/auxprogs/update-demangler +++ b/auxprogs/update-demangler @@ -11,7 +11,7 @@ set -e # 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. #---------------------------------------------------------------------