diff options
author | Rui Ueyama <ruiu@google.com> | 2014-05-21 23:07:16 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2014-05-21 23:07:16 +0000 |
commit | 8f2394d456c49d9d9b36e0ecf041ea2b193dde9f (patch) | |
tree | 052433141477aa4286ffd67ce092822dab3a464d | |
parent | 40100887b62ce3fd828ca6049b918dacd0752ceb (diff) | |
download | bcm5719-llvm-8f2394d456c49d9d9b36e0ecf041ea2b193dde9f.tar.gz bcm5719-llvm-8f2394d456c49d9d9b36e0ecf041ea2b193dde9f.zip |
Fix comment.
llvm-svn: 209334
-rw-r--r-- | lld/include/lld/ReaderWriter/Simple.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/include/lld/ReaderWriter/Simple.h b/lld/include/lld/ReaderWriter/Simple.h index c8e2b20d4bd..4f32fb832b5 100644 --- a/lld/include/lld/ReaderWriter/Simple.h +++ b/lld/include/lld/ReaderWriter/Simple.h @@ -1,4 +1,4 @@ -//===- lld/Core/Simple.h - Simple implementations of Atom and File --------===// +//===- lld/ReaderWriter/Simple.h - Simple implementations of Atom and File ===// // // The LLVM Linker // |