Skip to content

Commit 78e05c6

Browse files
committed
C++: Fix typo
1 parent adf3eba commit 78e05c6

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/lib/semmle/code/cpp/ir/implementation/internal

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/internal/TOperand.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ private module Internal {
1313
/**
1414
* An IR operand. `TOperand` is shared across all phases of the IR. There are branches of this
1515
* 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
16+
* for operands computed by each stage of SSA construction (`T*PhiOperand`), and a placeholder branch
1717
* for operands that do not exist in a given stage of IR construction (`TNoOperand`).
1818
*/
1919
cached

0 commit comments

Comments
 (0)