Skip to content

Commit a4beafb

Browse files
committed
spelling: classifier
Signed-off-by: Josh Soref <[email protected]>
1 parent 6208071 commit a4beafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling/FunctionBodyFeatures.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ private int getMaxChars() { result = 1000000 }
151151
*/
152152
string getBodyTokensFeature(Function function) {
153153
// Performance optimization: If a function has more than 256 body subtokens, then featurize it as
154-
// absent. This approximates the behavior of the classifer on non-generic body features where
154+
// absent. This approximates the behavior of the classifier on non-generic body features where
155155
// large body features are replaced by the absent token.
156156
//
157157
// We count nodes instead of tokens because tokens are often not unique.

0 commit comments

Comments
 (0)