From bfa7edcc6652bdb37d53e0cec64926aab3f280eb Mon Sep 17 00:00:00 2001 From: Ben Shi <2283975856@qq.com> Date: Sat, 1 Feb 2025 16:21:47 +0800 Subject: [PATCH] [clang][StaticAnalyzer][NFC] Fix a typo in comments (#125339) --- clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h b/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h index 8974342166fa..7563d8bbd1d2 100644 --- a/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h +++ b/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h @@ -748,8 +748,8 @@ public: /// 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: -- 2.11.4.GIT