summaryrefslogtreecommitdiffstats
path: root/lld/include/lld
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2019-10-22 16:34:00 -0400
committerNico Weber <thakis@chromium.org>2019-10-22 16:34:00 -0400
commite0e7d06df3ee2d176bbfe2a4382b944d4f965631 (patch)
treecbb0bbc6af7a29132199ea13f6a09cbe891869bc /lld/include/lld
parentaed9d6d64a38d155cd09232da5640b5ade069bd9 (diff)
downloadbcm5719-llvm-e0e7d06df3ee2d176bbfe2a4382b944d4f965631.tar.gz
bcm5719-llvm-e0e7d06df3ee2d176bbfe2a4382b944d4f965631.zip
fix a few typos to test git committing
Diffstat (limited to 'lld/include/lld')
-rw-r--r--lld/include/lld/Core/Error.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/include/lld/Core/Error.h b/lld/include/lld/Core/Error.h
index c18fe96d268..5e12a0002ef 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.
OpenPOWER on IntegriCloud