Skip to content

Commit

Permalink
[clang][StaticAnalyzer][NFC] Fix a typo in comments (llvm#125339)
Browse files Browse the repository at this point in the history
  • Loading branch information
benshi001 authored Feb 1, 2025
1 parent 9399a1d commit bfa7edc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -748,8 +748,8 @@ class BugReporterContext {
/// It can be valuable to produce tags with some bits of information and later
/// reuse them for a better diagnostic.
///
/// Please make sure that derived class' constuctor is private and that the user
/// 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
/// DataTag::Factory should be friend for every derived class.
class DataTag : public ProgramPointTag {
public:
Expand Down

0 comments on commit bfa7edc

Please sign in to comment.