File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
cpp/ql/lib/semmle/code/cpp/ir/implementation
csharp/ql/src/experimental/ir/implementation Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 */
13371337class CompleteObjectAddressInstruction extends UnaryInstruction {
Original file line number Diff line number Diff 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 */
13371337class CompleteObjectAddressInstruction extends UnaryInstruction {
Original file line number Diff line number Diff 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 */
13371337class CompleteObjectAddressInstruction extends UnaryInstruction {
Original file line number Diff line number Diff 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 */
13371337class CompleteObjectAddressInstruction extends UnaryInstruction {
Original file line number Diff line number Diff 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 */
13371337class CompleteObjectAddressInstruction extends UnaryInstruction {
You can’t perform that action at this time.
0 commit comments