From 19797dfe9dcbda8cebe298b097fb9e9da910ecbc Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 3 Nov 2011 10:53:49 -0700 Subject: [PATCH] Fix typo in Makefile.in comments --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 07a769f05cf..a349b073f33 100644 --- a/Makefile.in +++ b/Makefile.in @@ -31,7 +31,7 @@ # A note about host libraries: # # The only libraries that get promoted to stageN/lib are those needed -# by rustc. In general, rustc programs, even those compiled for the +# by rustc. In general, rust programs, even those compiled for the # host architecture will use libraries from the target # directories. This gives rust some freedom to experiment with how # libraries are managed and versioned without polluting the common