Update copyright year range in all GDB files
[external/binutils.git] / gdb / testsuite / lib / gdb-guile.exp
index d46f200..56db455 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2010-2014 Free Software Foundation, Inc.
+# Copyright 2010-2018 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
@@ -116,7 +116,7 @@ proc gdb_install_guile_module { } {
 
 proc gdb_guile_runto_main { } {
     if ![runto_main] {
-       fail "Can't run to main"
+       fail "can't run to main"
        return 0
     }