Fix a typo.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12283
This commit is contained in:
Florian Krohm 2011-12-10 16:06:57 +00:00
parent 8dbb84b825
commit a70a467080

View File

@ -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.
#---------------------------------------------------------------------