From 612bdda1388367fe02d0c4096e87ce7668d4b3ee Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 11 Feb 2010 07:40:11 +0000 Subject: [PATCH] Fix comment. --- gold/object.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gold/object.cc b/gold/object.cc index 7d505147cc..85353cfdf9 100644 --- a/gold/object.cc +++ b/gold/object.cc @@ -2190,9 +2190,9 @@ Input_objects::check_dynamic_dependencies() const (*p)->set_has_unknown_needed_entries(!found_all); // --copy-dt-needed-entries aka --add-needed is a GNU ld option - // --that gold does not support. However, they cause no trouble - // --unless there is a DT_NEEDED entry that we don't know about; - // --warn only in that case. + // that gold does not support. However, they cause no trouble + // unless there is a DT_NEEDED entry that we don't know about; + // warn only in that case. if (!found_all && !issued_copy_dt_needed_error && (parameters->options().copy_dt_needed_entries()