Skip to content

Commit 22d170a

Browse files
committed
spelling: dynamic
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent b9cf384 commit 22d170a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/aliased_ssa/Instruction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ class CheckedConvertOrThrowInstruction extends UnaryInstruction {
13311331
*
13321332
* If the operand holds a null address, the result is a null address.
13331333
*
1334-
* This instruction is used to represent `dyanmic_cast<void*>` in C++, which returns the pointer to
1334+
* This instruction is used to represent `dynamic_cast<void*>` in C++, which returns the pointer to
13351335
* the most-derived object.
13361336
*/
13371337
class CompleteObjectAddressInstruction extends UnaryInstruction {

cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/Instruction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ class CheckedConvertOrThrowInstruction extends UnaryInstruction {
13311331
*
13321332
* If the operand holds a null address, the result is a null address.
13331333
*
1334-
* This instruction is used to represent `dyanmic_cast<void*>` in C++, which returns the pointer to
1334+
* This instruction is used to represent `dynamic_cast<void*>` in C++, which returns the pointer to
13351335
* the most-derived object.
13361336
*/
13371337
class CompleteObjectAddressInstruction extends UnaryInstruction {

cpp/ql/lib/semmle/code/cpp/ir/implementation/unaliased_ssa/Instruction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ class CheckedConvertOrThrowInstruction extends UnaryInstruction {
13311331
*
13321332
* If the operand holds a null address, the result is a null address.
13331333
*
1334-
* This instruction is used to represent `dyanmic_cast<void*>` in C++, which returns the pointer to
1334+
* This instruction is used to represent `dynamic_cast<void*>` in C++, which returns the pointer to
13351335
* the most-derived object.
13361336
*/
13371337
class CompleteObjectAddressInstruction extends UnaryInstruction {

csharp/ql/src/experimental/ir/implementation/raw/Instruction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ class CheckedConvertOrThrowInstruction extends UnaryInstruction {
13311331
*
13321332
* If the operand holds a null address, the result is a null address.
13331333
*
1334-
* This instruction is used to represent `dyanmic_cast<void*>` in C++, which returns the pointer to
1334+
* This instruction is used to represent `dynamic_cast<void*>` in C++, which returns the pointer to
13351335
* the most-derived object.
13361336
*/
13371337
class CompleteObjectAddressInstruction extends UnaryInstruction {

csharp/ql/src/experimental/ir/implementation/unaliased_ssa/Instruction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ class CheckedConvertOrThrowInstruction extends UnaryInstruction {
13311331
*
13321332
* If the operand holds a null address, the result is a null address.
13331333
*
1334-
* This instruction is used to represent `dyanmic_cast<void*>` in C++, which returns the pointer to
1334+
* This instruction is used to represent `dynamic_cast<void*>` in C++, which returns the pointer to
13351335
* the most-derived object.
13361336
*/
13371337
class CompleteObjectAddressInstruction extends UnaryInstruction {

0 commit comments

Comments
 (0)