aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/clang/lib/AST/Interp/Context.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/clang/lib/AST/Interp/Context.h')
-rw-r--r--contrib/llvm-project/clang/lib/AST/Interp/Context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/clang/lib/AST/Interp/Context.h b/contrib/llvm-project/clang/lib/AST/Interp/Context.h
index e8238eea716a..4f25ff977b81 100644
--- a/contrib/llvm-project/clang/lib/AST/Interp/Context.h
+++ b/contrib/llvm-project/clang/lib/AST/Interp/Context.h
@@ -67,7 +67,7 @@ private:
/// Runs a function.
bool Run(State &Parent, Function *Func, APValue &Result);
- /// Checks a result fromt the interpreter.
+ /// Checks a result from the interpreter.
bool Check(State &Parent, llvm::Expected<bool> &&R);
private: