diff --git a/sortix/x64/bits.h b/sortix/x64/bits.h index 7d1339f3..eb916e57 100644 --- a/sortix/x64/bits.h +++ b/sortix/x64/bits.h @@ -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; diff --git a/sortix/x86/bits.h b/sortix/x86/bits.h index 25c4df0d..619b1c97 100644 --- a/sortix/x86/bits.h +++ b/sortix/x86/bits.h @@ -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;