2013-01-16 Sriraman Tallam <tmsriram@google.com>
authorSriraman Tallam <tmsriram@google.com>
Thu, 17 Jan 2013 00:00:48 +0000 (00:00 +0000)
committerSriraman Tallam <tmsriram@google.com>
Thu, 17 Jan 2013 00:00:48 +0000 (00:00 +0000)
* testsuite/plugin_final_layout.cc: Fix comment.

gold/ChangeLog
gold/testsuite/plugin_final_layout.cc

index 9e998a8d633c633bd62ae67f6f6c1efc68210ab7..46726d0ee3f3ff706d1dee6892af0ed2e5089969 100644 (file)
@@ -1,3 +1,7 @@
+2013-01-16  Sriraman Tallam  <tmsriram@google.com>
+
+       * testsuite/plugin_final_layout.cc: Fix comment.
+
 2013-01-16  Sriraman Tallam  <tmsriram@google.com>
 
        * layout.cc (Layout::layout): Do not do default sorting for
index 88dea30d4b773ed132982d76d61c54986c0cdd71..169eeefd6234adfcf3d4ad08eaf90f975be765c7 100644 (file)
@@ -21,7 +21,7 @@
 // MA 02110-1301, USA.
 
 // The goal of this program is to verify if section ordering
-// via plugins happens correctly.  Also, test is plugin based ordering
+// via plugins happens correctly.  Also, test if plugin based ordering
 // overrides default text section ordering where ".text.hot" sections
 // are grouped.  The plugin does not want foo and baz next to each other.
 // Plugin section order is foo() followed by bar() and then baz().