fix a few typos to test git committing
authorNico Weber <thakis@chromium.org>
Tue, 22 Oct 2019 20:34:00 +0000 (16:34 -0400)
committerNico Weber <thakis@chromium.org>
Tue, 22 Oct 2019 20:34:00 +0000 (16:34 -0400)
lld/include/lld/Core/Error.h

index c18fe96..5e12a00 100644 (file)
@@ -32,8 +32,8 @@ inline std::error_code make_error_code(YamlReaderError e) {
 }
 
 /// Creates an error_code object that has associated with it an arbitrary
-/// error messsage.  The value() of the error_code will always be non-zero
-/// but its value is meaningless. The messsage() will be (a copy of) the
+/// error message.  The value() of the error_code will always be non-zero
+/// but its value is meaningless. The message() will be (a copy of) the
 /// supplied error string.
 /// Note:  Once ErrorOr<> is updated to work with errors other than error_code,
 /// this can be updated to return some other kind of error.