File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
cpp/ql/src/semmle/code/cpp/ir/implementation Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -310,14 +310,14 @@ class Instruction extends Construction::TInstruction {
310310 }
311311
312312 /**
313- * Gets the `Expr` whose results is computed by this instruction, if any.
313+ * Gets the `Expr` whose result is computed by this instruction, if any.
314314 */
315315 final Expr getConvertedResultExpression ( ) {
316316 result = Construction:: getInstructionConvertedResultExpression ( this )
317317 }
318318
319319 /**
320- * Gets the `Expr` whose results is computed by this instruction, if any.
320+ * Gets the unconverted `Expr` whose result is computed by this instruction, if any.
321321 */
322322 final Expr getUnconvertedResultExpression ( ) {
323323 result = Construction:: getInstructionUnconvertedResultExpression ( this )
Original file line number Diff line number Diff line change @@ -310,14 +310,14 @@ class Instruction extends Construction::TInstruction {
310310 }
311311
312312 /**
313- * Gets the `Expr` whose results is computed by this instruction, if any.
313+ * Gets the `Expr` whose result is computed by this instruction, if any.
314314 */
315315 final Expr getConvertedResultExpression ( ) {
316316 result = Construction:: getInstructionConvertedResultExpression ( this )
317317 }
318318
319319 /**
320- * Gets the `Expr` whose results is computed by this instruction, if any.
320+ * Gets the unconverted `Expr` whose result is computed by this instruction, if any.
321321 */
322322 final Expr getUnconvertedResultExpression ( ) {
323323 result = Construction:: getInstructionUnconvertedResultExpression ( this )
Original file line number Diff line number Diff line change @@ -310,14 +310,14 @@ class Instruction extends Construction::TInstruction {
310310 }
311311
312312 /**
313- * Gets the `Expr` whose results is computed by this instruction, if any.
313+ * Gets the `Expr` whose result is computed by this instruction, if any.
314314 */
315315 final Expr getConvertedResultExpression ( ) {
316316 result = Construction:: getInstructionConvertedResultExpression ( this )
317317 }
318318
319319 /**
320- * Gets the `Expr` whose results is computed by this instruction, if any.
320+ * Gets the unconverted `Expr` whose result is computed by this instruction, if any.
321321 */
322322 final Expr getUnconvertedResultExpression ( ) {
323323 result = Construction:: getInstructionUnconvertedResultExpression ( this )
You can’t perform that action at this time.
0 commit comments