diff options
author | Rui Ueyama <ruiu@google.com> | 2014-04-03 21:06:23 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2014-04-03 21:06:23 +0000 |
commit | fb44f5e278d5ae1a186ff9d1947da86e53b4352b (patch) | |
tree | fd957203076331a260f03d045f22c0541972a042 /lld/unittests/DriverTests | |
parent | 6aa91cf13d623d3f2cf13c468c85c8164a2ad413 (diff) | |
download | bcm5719-llvm-fb44f5e278d5ae1a186ff9d1947da86e53b4352b.tar.gz bcm5719-llvm-fb44f5e278d5ae1a186ff9d1947da86e53b4352b.zip |
Fix comments.
llvm-svn: 205568
Diffstat (limited to 'lld/unittests/DriverTests')
-rw-r--r-- | lld/unittests/DriverTests/InputGraphTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/unittests/DriverTests/InputGraphTest.cpp b/lld/unittests/DriverTests/InputGraphTest.cpp index 9ab77c6a75c..a5cfef1d80a 100644 --- a/lld/unittests/DriverTests/InputGraphTest.cpp +++ b/lld/unittests/DriverTests/InputGraphTest.cpp @@ -40,7 +40,7 @@ class MyExpandFileNode : public SimpleFileNode { public: MyExpandFileNode(StringRef path) : SimpleFileNode(path) {} - /// \brief How do we want to expand the current node ? + /// \brief How do we want to expand the current node? bool shouldExpand() const override { return true; } /// \brief Get the elements that we want to expand with. |