Fixed spelling error in sortix/*/bits.h.

This commit is contained in:
Jonas 'Sortie' Termansen 2012-02-11 21:20:49 +01:00
parent b4131def9f
commit 4e29f2b907
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;