Remove strange e which appeared in r12456, replace by a real e.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12457 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/Makefile.am b/Makefile.am
index b671713..f91200a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,7 +66,7 @@
 	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 \