Skip to content

Commit

Permalink
grammar: space between number and unit
Browse files Browse the repository at this point in the history
  • Loading branch information
gperciva committed Jul 27, 2020
1 parent 8584d33 commit 61f1f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib-platform/util/memlimit.c
Expand Up @@ -258,7 +258,7 @@ memlimit_sysconf(size_t * memlimit)
* Examine the system and return the amount of RAM which should be
* used in ${memlimit}. This value should be the specified
* ${maxmemfrac} fraction of available RAM, but no more than
* ${maxmem} and no less than 1MiB.
* ${maxmem} and no less than 1 MiB.
*/
int
memtouse(size_t maxmem, double maxmemfrac, size_t * memlimit)
Expand Down
2 changes: 1 addition & 1 deletion lib-platform/util/memlimit.h
Expand Up @@ -36,7 +36,7 @@
* Examine the system and return the amount of RAM which should be
* used in ${memlimit}. This value should be the specified
* ${maxmemfrac} fraction of available RAM, but no more than
* ${maxmem} and no less than 1MiB.
* ${maxmem} and no less than 1 MiB.
*/
int memtouse(size_t, double, size_t *);

Expand Down

0 comments on commit 61f1f58

Please sign in to comment.