]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove strange e which appeared in r12456, replace by a real e.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 25 Mar 2012 14:55:17 +0000 (14:55 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 25 Mar 2012 14:55:17 +0000 (14:55 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12457

Makefile.am

index b67171303045e50f3204754fbe12488f46299c14..f91200a23ee19d9bc3c39ec46cf7f1938080a7eb 100644 (file)
@@ -66,7 +66,7 @@ default.supp: $(DEFAULT_SUPP_FILES)
        cat $(DEFAULT_SUPP_FILES) >> default.supp
 
 ## Preprend @PERL@ because tests/vg_regtest isn't executable
-## Ensure make exits with error if PERL fails or check_makแบนfile_consistency fails.
+## Ensure make exits with error if PERL fails or check_makefile_consistency fails.
 regtest: check
        gdbserver_tests/make_local_links $(GDB)
        if @PERL@ tests/vg_regtest gdbserver_tests $(TOOLS) $(EXP_TOOLS) ; then \