[lld] r287850 - Update comment.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 17:44:21 PST 2016


Author: ruiu
Date: Wed Nov 23 19:44:21 2016
New Revision: 287850

URL: http://llvm.org/viewvc/llvm-project?rev=287850&view=rev
Log:
Update comment.

Modified:
    lld/trunk/ELF/Error.h

Modified: lld/trunk/ELF/Error.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Error.h?rev=287850&r1=287849&r2=287850&view=diff
==============================================================================
--- lld/trunk/ELF/Error.h (original)
+++ lld/trunk/ELF/Error.h Wed Nov 23 19:44:21 2016
@@ -12,8 +12,8 @@
 // Fatal makes the program exit immediately with an error message.
 // You shouldn't use it except for reporting a corrupted input file.
 //
-// Error prints out an error message and set a global variable ErrorCount
-// to true to record the fact that we met an error condition. It does
+// Error prints out an error message and increment a global variable
+// ErrorCount to record the fact that we met an error condition. It does
 // not exit, so it is safe for a lld-as-a-library use case. It is generally
 // useful because it can report more than one errors in a single run.
 //




More information about the llvm-commits mailing list