Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
Co-authored-by: Nevine Ebeid <[email protected]>
  • Loading branch information
billbo-yang and nebeid committed Jun 9, 2023
1 parent 107ccb5 commit c1b91bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/fipsmodule/cpucap/cpu_aarch64.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void handle_cpu_env(uint32_t *out, const char *in) {

// Detect if the user is trying to use the environment variable to set
// a capability that is _not_ available on the CPU:
// If getauxval() returned a non-zero hwcap in `armcap` (out)
// If the runtime capability check (e.g via getauxval() on Linux) returned a non-zero hwcap in `armcap` (out)
// and a bit set in the requested `v` is not set in `armcap`,
// abort instead of crashing later.
// The case of invert cannot enable an unexisting capability;
Expand Down

0 comments on commit c1b91bc

Please sign in to comment.