summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/GCCLibraries
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-03-23 21:14:33 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-03-23 21:14:33 +0000
commit9c64d9c2b5e05ea4d50eb075c8afbb28e0c60d4c (patch)
treed4dadda27a36cf79d6405fc032d43e7aba949179 /llvm/runtime/GCCLibraries
parent1c790bf656a243acaf13f2b8c39ae81d39128413 (diff)
downloadbcm5719-llvm-9c64d9c2b5e05ea4d50eb075c8afbb28e0c60d4c.tar.gz
bcm5719-llvm-9c64d9c2b5e05ea4d50eb075c8afbb28e0c60d4c.zip
Fix grammar
llvm-svn: 20789
Diffstat (limited to 'llvm/runtime/GCCLibraries')
-rw-r--r--llvm/runtime/GCCLibraries/crtend/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/runtime/GCCLibraries/crtend/Makefile b/llvm/runtime/GCCLibraries/crtend/Makefile
index aa16e96451a..b6b624650ca 100644
--- a/llvm/runtime/GCCLibraries/crtend/Makefile
+++ b/llvm/runtime/GCCLibraries/crtend/Makefile
@@ -21,7 +21,7 @@ BYTECODE_LIBRARY = 1
LIBRARYNAME = crtend
BYTECODE_DESTINATION = $(CFERuntimeLibDir)
-# Note: We're using FAKE_SOURCES because the comp_*.c don't really exists.
+# Note: We're using FAKE_SOURCES because the comp_*.c don't really exist.
# However this makefile builds comp_*.bc and that's what we want in the library.
# The FAKE_SOURCES variable supports this kind of construction. It uses the
# FAKE_SOURCES to determine a list of things to build, but doesn't use
OpenPOWER on IntegriCloud