diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2005-03-23 21:14:33 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-03-23 21:14:33 +0000 |
commit | b8190e6b3047cee9fa22d414e641d0ab2b2f41e1 (patch) | |
tree | 54db780e794a8850c1a4a24e47f13c0a15362e8b /runtime | |
parent | 1f309c1a4e8068a64627c612a895d9b403dbcb26 (diff) |
Fix grammar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20789 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/GCCLibraries/crtend/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/GCCLibraries/crtend/Makefile b/runtime/GCCLibraries/crtend/Makefile index aa16e96451..b6b624650c 100644 --- a/runtime/GCCLibraries/crtend/Makefile +++ b/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 |