[lld] e0e7d06 - fix a few typos to test git committing
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 22 13:35:27 PDT 2019
Author: Nico Weber
Date: 2019-10-22T16:34:00-04:00
New Revision: e0e7d06df3ee2d176bbfe2a4382b944d4f965631
URL: https://github.com/llvm/llvm-project/commit/e0e7d06df3ee2d176bbfe2a4382b944d4f965631
DIFF: https://github.com/llvm/llvm-project/commit/e0e7d06df3ee2d176bbfe2a4382b944d4f965631.diff
LOG: fix a few typos to test git committing
Added:
Modified:
lld/include/lld/Core/Error.h
Removed:
################################################################################
diff --git a/lld/include/lld/Core/Error.h b/lld/include/lld/Core/Error.h
index c18fe96d268c..5e12a0002ef9 100644
--- a/lld/include/lld/Core/Error.h
+++ b/lld/include/lld/Core/Error.h
@@ -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.
More information about the llvm-commits
mailing list