We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9399a1d commit bfa7edcCopy full SHA for bfa7edc
clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
@@ -748,8 +748,8 @@ class BugReporterContext {
748
/// It can be valuable to produce tags with some bits of information and later
749
/// reuse them for a better diagnostic.
750
///
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
+/// Please make sure that derived class' constructor is private and that the
+/// user can only create objects using DataTag::Factory. This also means that
753
/// DataTag::Factory should be friend for every derived class.
754
class DataTag : public ProgramPointTag {
755
public:
0 commit comments