From 77221613b54a74b46267b12552b6e610df89d492 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 22 Mar 2016 20:30:13 +1100 Subject: * lib/target.exp (only--Ls): Change '???' comment to a note. This isn't a serious shortcoming, but the comment should be retained. --- lib/target.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/target.exp b/lib/target.exp index 323a155..6634345 100644 --- a/lib/target.exp +++ b/lib/target.exp @@ -753,8 +753,8 @@ proc default_link { board objects destfile flags } { set ldflags [split $ldflags] set len [llength $ldflags] for { set i 0 } { $i < $len } { incr i } { - # ??? We ignore the situation where a -L is actually the argument - # to an option. + # Note: We ignore the situation where a -L is actually the + # argument to an option. set arg [lindex $ldflags $i] regsub "^-Wl," $arg "" arg if {[regexp "^-L" $arg]} { -- cgit v1.1