Skip to content

Commit 86ad9f5

Browse files
committed
spelling: whose
Signed-off-by: Josh Soref <[email protected]>
1 parent 360ce7b commit 86ad9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis/SignAnalysisCommon.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ abstract class CustomSignDef extends SignDef {
7171
* Concrete implementations extend one of the following subclasses:
7272
* - `ConstantSignExpr`, for expressions with a compile-time constant value.
7373
* - `FlowSignExpr`, for expressions whose sign can be computed from the signs of their operands.
74-
* - `CustomsignExpr`, for expressions shose sign can be computed by a language-specific
74+
* - `CustomsignExpr`, for expressions whose sign can be computed by a language-specific
7575
* implementation.
7676
*
7777
* If the same expression matches more than one of the above subclasses, the sign is computed as

0 commit comments

Comments
 (0)