Skip to content

Commit c6b0d4b

Browse files
committed
C#: Sync identical files.
1 parent 729c310 commit c6b0d4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csharp/ql/src/semmle/code/csharp/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 {

csharp/ql/src/semmle/code/csharp/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)