diff --git a/clang/lib/AST/Interp/Context.cpp b/clang/lib/AST/Interp/Context.cpp index cb96e56fb5e1ad..4fe6d1173f427e 100644 --- a/clang/lib/AST/Interp/Context.cpp +++ b/clang/lib/AST/Interp/Context.cpp @@ -168,7 +168,7 @@ bool Context::Run(State &Parent, const Function *Func, APValue &Result) { } // State gets destroyed here, so the Stk.clear() below doesn't accidentally - // remove values the State's destructor might accedd. + // remove values the State's destructor might access. } Stk.clear();