Skip to content

Commit f8a850c

Browse files
author
Gabor Marton
committed
[Analyzer][NFC] Fix typos in comments
1 parent 1d8fc08 commit f8a850c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ enum class TrackingKind {
9393
/// gathered about the tracked expression value as possible.
9494
Thorough,
9595
/// Specifies that a more moderate tracking should be used for the expression
96-
/// value. This will essentially make sure that functions relevant to the it
96+
/// value. This will essentially make sure that functions relevant to it
9797
/// aren't pruned, but otherwise relies on the user reading the code or
9898
/// following the arrows.
9999
Condition

clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1942,7 +1942,7 @@ bool bugreporter::trackExpressionValue(const ExplodedNode *InputNode,
19421942
const StackFrameContext *SFC = LVNode->getStackFrame();
19431943

19441944
// We only track expressions if we believe that they are important. Chances
1945-
// are good that control dependencies to the tracking point are also improtant
1945+
// are good that control dependencies to the tracking point are also important
19461946
// because of this, let's explain why we believe control reached this point.
19471947
// TODO: Shouldn't we track control dependencies of every bug location, rather
19481948
// than only tracked expressions?

0 commit comments

Comments
 (0)