Skip to content

Commit 00d809c

Browse files
committed
[clang][Interp][NFC] Fix a comment typo
1 parent 6a66467 commit 00d809c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/Interp/Context.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ bool Context::Run(State &Parent, const Function *Func, APValue &Result) {
168168
}
169169

170170
// State gets destroyed here, so the Stk.clear() below doesn't accidentally
171-
// remove values the State's destructor might accedd.
171+
// remove values the State's destructor might access.
172172
}
173173

174174
Stk.clear();

0 commit comments

Comments
 (0)