From ca071fec38546ef40e2ab1c8a594170c67c56969 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 15 Dec 2025 17:38:19 +0100 Subject: kapi: fix documentation copy-paste mistake --- kapi/include/kapi/memory.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'kapi/include') diff --git a/kapi/include/kapi/memory.hpp b/kapi/include/kapi/memory.hpp index b51a8a5..da666da 100644 --- a/kapi/include/kapi/memory.hpp +++ b/kapi/include/kapi/memory.hpp @@ -59,8 +59,7 @@ namespace teachos::memory //! @qualifier kernel-defined //! Unmap a page. //! - //! @warning This function will panic if no page mapper has been registered, or the page has already been mapped. - //! This function will not ensure that the frame is not already in use. + //! @warning This function will panic if no page mapper has been registered, or the page is not mapped. //! //! @param page The page to unmap auto unmap(page page) -> void; -- cgit v1.2.3