]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Make error message more precise.
authorFlorian Krohm <florian@eich-krohm.de>
Tue, 24 Jun 2014 13:08:44 +0000 (13:08 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Tue, 24 Jun 2014 13:08:44 +0000 (13:08 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14093

coregrind/m_commandline.c

index 37161b56ab2e6cfafa3a8a3cca4338f8a0d74cf6..6ff5379818ff782647c63c67de9e019b9a2c3bd2 100644 (file)
@@ -80,8 +80,8 @@ static HChar* read_dot_valgrindrc ( const HChar* dir )
       }
       else
          VG_(message)(Vg_UserMsg,
-               "%s was not read as it is world writeable or not owned by the "
-               "current user\n", filename);
+               "%s was not read as it is either world writeable or not "
+               "owned by the current user\n", filename);
 
       VG_(close)(sr_Res(fd));
    }