From 4b1833d7d98e07e3b43d1265c86e9ed8d457e0f2 Mon Sep 17 00:00:00 2001 From: Fraser Cormack Date: Tue, 27 Sep 2022 07:31:21 +0100 Subject: [PATCH] [Support][NFC] Fix typo in comment --- llvm/include/llvm/Support/Error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Support/Error.h b/llvm/include/llvm/Support/Error.h index 1eb498f..0282f18 100644 --- a/llvm/include/llvm/Support/Error.h +++ b/llvm/include/llvm/Support/Error.h @@ -463,7 +463,7 @@ inline Error joinErrors(Error E1, Error E2) { /// outs() << "The answer is " << *Result << "\n"; /// @endcode /// -/// For unit-testing a function returning an 'Expceted', see the +/// For unit-testing a function returning an 'Expected', see the /// 'EXPECT_THAT_EXPECTED' macros in llvm/Testing/Support/Error.h template class [[nodiscard]] Expected { -- 2.7.4