]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix a typo.
authorFlorian Krohm <florian@eich-krohm.de>
Sat, 10 Dec 2011 16:06:57 +0000 (16:06 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sat, 10 Dec 2011 16:06:57 +0000 (16:06 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12283

auxprogs/update-demangler

index eca24fef9474f9b949c4a41b2704bc111d50be50..ec4409ad7ff2442275822ac86f06007bd8a0721b 100755 (executable)
@@ -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.
 #---------------------------------------------------------------------