We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf3eba commit 78e05c6Copy full SHA for 78e05c6
cpp/ql/lib/semmle/code/cpp/ir/implementation/internal/TOperand.qll
@@ -13,7 +13,7 @@ private module Internal {
13
/**
14
* An IR operand. `TOperand` is shared across all phases of the IR. There are branches of this
15
* type for operands created directly from the AST (`TRegisterOperand` and `TNonSSAMemoryOperand`),
16
- * for operands computed by each stage of SSA construction (`T*PhiOperand`), and a placehold branch
+ * for operands computed by each stage of SSA construction (`T*PhiOperand`), and a placeholder branch
17
* for operands that do not exist in a given stage of IR construction (`TNoOperand`).
18
*/
19
cached
0 commit comments