Skip to content

Commit 48e484b

Browse files
nicolaswillCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6ffb049 commit 48e484b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/experimental/quantum/OpenSSL/AlgorithmValueConsumers/PKeyAlgorithmValueConsumer.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class EVPPKeyAlgorithmConsumer extends PKeyValueConsumer {
3636
// when the operation is again modeled as a key gen operation.
3737
this.(Call).getTarget().getName() = "EVP_PKEY_Q_keygen" and
3838
(
39-
// Ellipitic curve case
39+
// Elliptic curve case
4040
// If the argInd 3 is a derived type (pointer or array) then assume it is a curve name
4141
if this.(Call).getArgument(3).getType().getUnderlyingType() instanceof DerivedType
4242
then valueArgNode.asExpr() = this.(Call).getArgument(3)

0 commit comments

Comments
 (0)