diff options
Diffstat (limited to 'arch/x86_64/include/arch/exception_handling/assert.hpp')
| -rw-r--r-- | arch/x86_64/include/arch/exception_handling/assert.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/include/arch/exception_handling/assert.hpp b/arch/x86_64/include/arch/exception_handling/assert.hpp index 7dc4381..1286768 100644 --- a/arch/x86_64/include/arch/exception_handling/assert.hpp +++ b/arch/x86_64/include/arch/exception_handling/assert.hpp @@ -5,7 +5,7 @@ namespace teachos::arch::exception_handling { /** * @brief Assert a condition to be true, if not do not continue - * execution of the code and print the formatted message to screen. + * execution of the code and print the given message to screen. * * @param condition Condition we want to be true or else halt execution. * @param message Message that should be printed before halting the execution if the condition is not met. |
