Skip to content

Commit 729c310

Browse files
committed
C++: More typos.
1 parent f8a61ff commit 729c310

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IRVariable.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ IRTempVariable getIRTempVariable(Language::AST ast, TempVariableTag tag) {
176176

177177
/**
178178
* A temporary variable introduced by IR construction. The most common examples are the variable
179-
* generated to hold the return value of afunction, or the variable generated to hold the result of
179+
* generated to hold the return value of a function, or the variable generated to hold the result of
180180
* a condition operator (`a ? b : c`).
181181
*/
182182
class IRTempVariable extends IRGeneratedVariable, IRAutomaticVariable, TIRTempVariable {

cpp/ql/src/semmle/code/cpp/ir/implementation/raw/IRVariable.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ IRTempVariable getIRTempVariable(Language::AST ast, TempVariableTag tag) {
176176

177177
/**
178178
* A temporary variable introduced by IR construction. The most common examples are the variable
179-
* generated to hold the return value of afunction, or the variable generated to hold the result of
179+
* generated to hold the return value of a function, or the variable generated to hold the result of
180180
* a condition operator (`a ? b : c`).
181181
*/
182182
class IRTempVariable extends IRGeneratedVariable, IRAutomaticVariable, TIRTempVariable {

cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/IRVariable.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ IRTempVariable getIRTempVariable(Language::AST ast, TempVariableTag tag) {
176176

177177
/**
178178
* A temporary variable introduced by IR construction. The most common examples are the variable
179-
* generated to hold the return value of afunction, or the variable generated to hold the result of
179+
* generated to hold the return value of a function, or the variable generated to hold the result of
180180
* a condition operator (`a ? b : c`).
181181
*/
182182
class IRTempVariable extends IRGeneratedVariable, IRAutomaticVariable, TIRTempVariable {

0 commit comments

Comments
 (0)