From 36e030c19dad7b8e6c299b46af47c995b874c5ba Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 15 Nov 2009 14:45:48 +0000 Subject: [PATCH] (svn r18097) -Fix: typo in comment --- Makefile.lang.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.lang.in b/Makefile.lang.in index 27d3910232..4f2acc68a8 100644 --- a/Makefile.lang.in +++ b/Makefile.lang.in @@ -24,7 +24,7 @@ ifeq ($(LANG_SUPPRESS), yes) LANG_ERRORS = >/dev/null 2>&1 endif -# Make sure endian_host.h is reasable as if it was in the src/ dir +# Make sure endian_host.h is reachable as if it was in the src/ dir CFLAGS_BUILD += -I $(LANG_OBJS_DIR) ENDIAN_TARGETS := endian_host.h endian_target.h $(ENDIAN_CHECK)