diff options
author | Zhanyong Wan <wan@google.com> | 2011-02-09 07:42:47 +0000 |
---|---|---|
committer | Zhanyong Wan <wan@google.com> | 2011-02-09 07:42:47 +0000 |
commit | 392d2ed8a13ab6af8f0108299f9323d89457771c (patch) | |
tree | 48e0958bb62cfc6c734fb8ce95bc8cecb9278fc9 | |
parent | 94d086262a5fcd422b2802a9f92533f959ab252c (diff) | |
download | bcm5719-llvm-392d2ed8a13ab6af8f0108299f9323d89457771c.tar.gz bcm5719-llvm-392d2ed8a13ab6af8f0108299f9323d89457771c.zip |
Fix a typo in a comment in tools/clang/unittests/Frontend/Makefile.
llvm-svn: 125182
-rw-r--r-- | clang/unittests/Frontend/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Frontend/Makefile b/clang/unittests/Frontend/Makefile index 1ac0dd64a58..cdbfb4c57c9 100644 --- a/clang/unittests/Frontend/Makefile +++ b/clang/unittests/Frontend/Makefile @@ -1,4 +1,4 @@ -##===- unittests/ADT/Makefile ------------------------------*- Makefile -*-===## +##===- unittests/Frontend/Makefile -------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # |