Skip to content

Commit 1aef969

Browse files
committed
Typo
1 parent 301c8e5 commit 1aef969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snmalloc-sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ extern "C" {
1010
/// On failure, it returns a null pointer.
1111
/// The client must assure the following things:
1212
/// - `alignment` is greater than zero
13-
/// - `alignment` is of the power of 2
13+
/// - `alignment` is a power of 2
1414
/// The program may be forced to abort if the constrains are not full-filled.
1515
pub fn rust_alloc(alignment: size_t, size: size_t) -> *mut c_void;
1616

0 commit comments

Comments
 (0)