C++: Fix typo

This commit is contained in:
Dave Bartolomeo
2020-07-01 11:57:56 -04:00
parent 566d7fad63
commit f0215d1748
5 changed files with 5 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ class IRBlockBase extends TIRBlock {
}
/**
* Gets an instructions in this block. This includes `Phi` instructions.
* Gets an instruction in this block. This includes `Phi` instructions.
*/
final Instruction getAnInstruction() {
result = getInstruction(_) or

View File

@@ -71,7 +71,7 @@ class IRBlockBase extends TIRBlock {
}
/**
* Gets an instructions in this block. This includes `Phi` instructions.
* Gets an instruction in this block. This includes `Phi` instructions.
*/
final Instruction getAnInstruction() {
result = getInstruction(_) or