Skip to content

Commit 9418e02

Browse files
GrosQuildubdrodes
andcommitted
Apply docs suggestions
Co-authored-by: Ben Rodes <[email protected]>
1 parent f65d01c commit 9418e02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/lib/experimental/quantum/OpenSSL/Operations/OpenSSLOperationBase.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ abstract class EVPInitialize extends Call {
5555
}
5656

5757
/**
58-
* Calls to update functions of EVP API.
58+
* A Call to update functions from the EVP API.
5959
* These are not operations in the sense of Crypto::OperationInstance,
6060
* but they are used to update the context for the operation.
6161
*/
@@ -92,7 +92,7 @@ private module AlgGetterToAlgConsumerConfig implements DataFlow::ConfigSig {
9292
private module AlgGetterToAlgConsumerFlow = DataFlow::Global<AlgGetterToAlgConsumerConfig>;
9393

9494
/**
95-
* Base class for all operations of the EVP API.
95+
* The base class for all operations of the EVP API.
9696
* Currently final calls and one-shot calls are implemented.
9797
* Provides some default methods for Crypto::KeyOperationInstance class
9898
*/

0 commit comments

Comments
 (0)