@@ -35,7 +35,7 @@ class CallDescription {
35
35
// / Match calls to functions from the C standard library. This also
36
36
// / recognizes builtin variants whose name is derived by adding
37
37
// / "__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
39
39
// / directly within a TU or in the namespace 'std'.
40
40
// / For the exact heuristics, see CheckerContext::isCLibraryFunction().
41
41
CLibrary,
@@ -152,7 +152,7 @@ class CallDescription {
152
152
// / exists only when that is not available, for example, when _only_
153
153
// / syntactic check is done on a piece of code.
154
154
// /
155
- // / Also, StdLibraryFunctionsChecker::Signature is likely a better candicade
155
+ // / Also, StdLibraryFunctionsChecker::Signature is likely a better candidate
156
156
// / for syntactic only matching if you are writing a new checker. This is
157
157
// / handy if a CallDescriptionMap is already there.
158
158
// /
@@ -233,7 +233,7 @@ template <typename T> class CallDescriptionMap {
233
233
// / exists only when that is not available, for example, when _only_
234
234
// / syntactic check is done on a piece of code.
235
235
// /
236
- // / Also, StdLibraryFunctionsChecker::Signature is likely a better candicade
236
+ // / Also, StdLibraryFunctionsChecker::Signature is likely a better candidate
237
237
// / for syntactic only matching if you are writing a new checker. This is
238
238
// / handy if a CallDescriptionMap is already there.
239
239
// /
@@ -274,7 +274,7 @@ class CallDescriptionSet {
274
274
// / exists only when that is not available, for example, when _only_
275
275
// / syntactic check is done on a piece of code.
276
276
// /
277
- // / Also, StdLibraryFunctionsChecker::Signature is likely a better candicade
277
+ // / Also, StdLibraryFunctionsChecker::Signature is likely a better candidate
278
278
// / for syntactic only matching if you are writing a new checker. This is
279
279
// / handy if a CallDescriptionMap is already there.
280
280
// /
0 commit comments