Skip to content

Commit

Permalink
fix a mistake in the README.md and its corresponding in README_zh.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hnes committed Sep 24, 2018
1 parent d8f1868 commit c941da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ To use the default size value (2MB) if the 1st argument `sz` equals 0. After som
* `final_valid_sz >= 4096`
* `final_valid_sz >= sz`
* `final_valid_sz % page_size == 0 if the guard_page_enabled == 0`
* `final_valid_sz % page_size == 0 if the guard_page_enabled != 0`
And as close to the value of `sz` as possible.
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ aco_share_stack_t* aco_share_stack_new2(size_t sz, char guard_page_enabled);
* `final_valid_sz >= 4096`
* `final_valid_sz >= sz`
* `final_valid_sz % page_size == 0 if the guard_page_enabled == 0`
* `final_valid_sz % page_size == 0 if the guard_page_enabled != 0`
并且尽可能的接近入参`sz`的值。
Expand Down

0 comments on commit c941da6

Please sign in to comment.