mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fixed spelling error in sortix/*/bits.h.
This commit is contained in:
parent
b4131def9f
commit
4e29f2b907
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ typedef unsigned int __nat;
|
|||
typedef __int64_t __intmax_t;
|
||||
typedef __uint64_t __uintmax_t;
|
||||
|
||||
/* Define an integer able to hold the size of the largest continious memory */
|
||||
/* Define an integer able to hold the size of the largest continuous memory */
|
||||
/* region and define pointer safe integer types. */
|
||||
typedef unsigned long __size_t;
|
||||
typedef signed long __ssize_t;
|
||||
|
|
|
@ -53,7 +53,7 @@ typedef unsigned int __nat;
|
|||
typedef __int64_t __intmax_t;
|
||||
typedef __uint64_t __uintmax_t;
|
||||
|
||||
/* Define an integer able to hold the size of the largest continious memory */
|
||||
/* Define an integer able to hold the size of the largest continuous memory */
|
||||
/* region and define pointer safe integer types. */
|
||||
typedef unsigned int __size_t;
|
||||
typedef signed long __ssize_t;
|
||||
|
|
Loading…
Add table
Reference in a new issue