aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite
diff options
context:
space:
mode:
authorSriraman Tallam <tmsriram@google.com>2013-01-17 00:00:48 +0000
committerSriraman Tallam <tmsriram@google.com>2013-01-17 00:00:48 +0000
commita880d4c4d4a102b195c9532f4222f5ad4546878d (patch)
treee4601a61e2b05f204626509025a4abf2976680da /gold/testsuite
parente46c088e6b433a2f5eeb434cbfeb0075b9cb2890 (diff)
downloadfsf-binutils-gdb-a880d4c4d4a102b195c9532f4222f5ad4546878d.zip
fsf-binutils-gdb-a880d4c4d4a102b195c9532f4222f5ad4546878d.tar.gz
fsf-binutils-gdb-a880d4c4d4a102b195c9532f4222f5ad4546878d.tar.bz2
2013-01-16 Sriraman Tallam <tmsriram@google.com>
* testsuite/plugin_final_layout.cc: Fix comment.
Diffstat (limited to 'gold/testsuite')
-rw-r--r--gold/testsuite/plugin_final_layout.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/testsuite/plugin_final_layout.cc b/gold/testsuite/plugin_final_layout.cc
index 88dea30..169eeef 100644
--- a/gold/testsuite/plugin_final_layout.cc
+++ b/gold/testsuite/plugin_final_layout.cc
@@ -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().