Fix typo in Makefile.in comments

This commit is contained in:
Brian Anderson 2011-11-03 10:53:49 -07:00
parent 5945667b99
commit 19797dfe9d
1 changed files with 1 additions and 1 deletions

View File

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