Skip to content

Commit 2dc2a24

Browse files
benshi001sivan-shani
authored andcommitted
[clang][analyzer][NFC] Fix typos in comments (llvm#126676)
1 parent 6362498 commit 2dc2a24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallDescription.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class CallDescription {
3535
/// Match calls to functions from the C standard library. This also
3636
/// recognizes builtin variants whose name is derived by adding
3737
/// "__builtin", "__inline" or similar prefixes or suffixes; but only
38-
/// matches functions than are externally visible and are declared either
38+
/// matches functions that are externally visible and are declared either
3939
/// directly within a TU or in the namespace 'std'.
4040
/// For the exact heuristics, see CheckerContext::isCLibraryFunction().
4141
CLibrary,
@@ -152,7 +152,7 @@ class CallDescription {
152152
/// exists only when that is not available, for example, when _only_
153153
/// syntactic check is done on a piece of code.
154154
///
155-
/// Also, StdLibraryFunctionsChecker::Signature is likely a better candicade
155+
/// Also, StdLibraryFunctionsChecker::Signature is likely a better candidate
156156
/// for syntactic only matching if you are writing a new checker. This is
157157
/// handy if a CallDescriptionMap is already there.
158158
///
@@ -233,7 +233,7 @@ template <typename T> class CallDescriptionMap {
233233
/// exists only when that is not available, for example, when _only_
234234
/// syntactic check is done on a piece of code.
235235
///
236-
/// Also, StdLibraryFunctionsChecker::Signature is likely a better candicade
236+
/// Also, StdLibraryFunctionsChecker::Signature is likely a better candidate
237237
/// for syntactic only matching if you are writing a new checker. This is
238238
/// handy if a CallDescriptionMap is already there.
239239
///
@@ -274,7 +274,7 @@ class CallDescriptionSet {
274274
/// exists only when that is not available, for example, when _only_
275275
/// syntactic check is done on a piece of code.
276276
///
277-
/// Also, StdLibraryFunctionsChecker::Signature is likely a better candicade
277+
/// Also, StdLibraryFunctionsChecker::Signature is likely a better candidate
278278
/// for syntactic only matching if you are writing a new checker. This is
279279
/// handy if a CallDescriptionMap is already there.
280280
///

0 commit comments

Comments
 (0)