From 4e29f2b90742117e571b7d05e8af32f4ed05de65 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sat, 11 Feb 2012 21:20:49 +0100 Subject: [PATCH] Fixed spelling error in sortix/*/bits.h. --- sortix/x64/bits.h | 2 +- sortix/x86/bits.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;