Skip to content

Commit bfa7edc

Browse files
authored
[clang][StaticAnalyzer][NFC] Fix a typo in comments (#125339)
1 parent 9399a1d commit bfa7edc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -748,8 +748,8 @@ class BugReporterContext {
748748
/// It can be valuable to produce tags with some bits of information and later
749749
/// reuse them for a better diagnostic.
750750
///
751-
/// Please make sure that derived class' constuctor is private and that the user
752-
/// can only create objects using DataTag::Factory. This also means that
751+
/// Please make sure that derived class' constructor is private and that the
752+
/// user can only create objects using DataTag::Factory. This also means that
753753
/// DataTag::Factory should be friend for every derived class.
754754
class DataTag : public ProgramPointTag {
755755
public:

0 commit comments

Comments
 (0)