mirror of
https://github.com/github/codeql.git
synced 2026-04-23 07:45:17 +02:00
C++: Fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user