From c181843105b2e78dc70f0ed08aa45d95ea2bdbe7 Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Sun, 7 Aug 2016 12:00:31 +0200 Subject: [PATCH] Fix typo --- kernel/include/bitmap.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/include/bitmap.hpp b/kernel/include/bitmap.hpp index a462559a..2289499d 100644 --- a/kernel/include/bitmap.hpp +++ b/kernel/include/bitmap.hpp @@ -64,7 +64,7 @@ struct static_bitmap { } } - thor_unreachable("static_bitmap has not free bit"); + thor_unreachable("static_bitmap has no free bit"); } size_t free_word() const {