Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Burckhardt <[email protected]>
  • Loading branch information
Planeshifter authored Mar 14, 2024
1 parent 3608831 commit d046ae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ for ( i = 0; i < 100; i++ ) {

#### stdlib_base_uint32_is_pow2( x )

Tests whether an unsigned integer is a power of 2
Tests whether an unsigned integer is a power of 2.

```c
#include <stdbool.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <stdint.h>

/**
* Test whether an unsigned integer is a power of 2.
* Tests whether an unsigned integer is a power of 2.
*
* @param x input value
* @return output value
Expand Down

0 comments on commit d046ae7

Please sign in to comment.