Everywhere: Validate // NOTE: ... and // NB: ... comments

This commit is contained in:
Jelle Raaijmakers 2025-11-17 13:55:00 +01:00 committed by Tim Flynn
parent 8a02161481
commit 871f121c75
Notes: github-actions[bot] 2025-11-18 14:08:49 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -146,7 +146,7 @@ struct RsaKeyGenParams : public AlgorithmParams {
}
u32 modulus_length;
// NOTE that the raw data is going to be in Big Endian u8[] format
// NOTE: The raw data is going to be in Big Endian u8[] format
::Crypto::UnsignedBigInteger public_exponent;
static JS::ThrowCompletionOr<NonnullOwnPtr<AlgorithmParams>> from_value(JS::VM&, JS::Value);