We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360ce7b commit 86ad9f5Copy full SHA for 86ad9f5
cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis/SignAnalysisCommon.qll
@@ -71,7 +71,7 @@ abstract class CustomSignDef extends SignDef {
71
* Concrete implementations extend one of the following subclasses:
72
* - `ConstantSignExpr`, for expressions with a compile-time constant value.
73
* - `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
+ * - `CustomsignExpr`, for expressions whose sign can be computed by a language-specific
75
* implementation.
76
*
77
* If the same expression matches more than one of the above subclasses, the sign is computed as
0 commit comments