Update copyright year range in all GDB files.
[deliverable/binutils-gdb.git] / gdb / testsuite / lib / prelink-support.exp
index 0584669dd7f3310634fd2fd8b17c1e1455a35444..7adfeb0b34cde2c6caa24d20ed15fc4bbcee6247 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2016 Free Software Foundation, Inc.
+# Copyright (C) 2010-2019 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -62,7 +62,7 @@ proc symlink_resolve {file} {
 
        set loop [expr $loop + 1]
        if {$loop > 30} {
-           fail "Looping symlink resolution for $file"
+           fail "looping symlink resolution for $file"
            return ""
        }
     }
This page took 0.026272 seconds and 4 git commands to generate.