We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2dbe7 commit a52ea75Copy full SHA for a52ea75
csharp/ql/src/experimental/ir/implementation/raw/internal/TranslatedElement.qll
@@ -512,7 +512,7 @@ abstract class TranslatedElement extends TTranslatedElement {
512
513
/**
514
* If the instruction specified by `tag` has a result of type `UnknownType`,
515
- * gets the size of the result in bytes. If the result does not have a knonwn
+ * gets the size of the result in bytes. If the result does not have a known
516
* constant size, this predicate does not hold.
517
*/
518
int getInstructionResultSize(InstructionTag tag) { none() }
0 commit comments