From a72dbae40bf08ba19fc52873d731cb94e41be14f Mon Sep 17 00:00:00 2001 From: Ry Date: Thu, 30 Mar 2023 15:47:04 -0700 Subject: [PATCH] kernel/window/messagebox: Fix incorrect comment --- kernel/window/messagebox.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/window/messagebox.asm b/kernel/window/messagebox.asm index 80b9915..f786546 100644 --- a/kernel/window/messagebox.asm +++ b/kernel/window/messagebox.asm @@ -1,6 +1,6 @@ ; messagebox routines -; create a messagebox in the center of the screen +; create a messagebox at the specified coordinates ; the calling task will not regain control until the user clicks the OK button ; inputs: ; r0: pointer to null-terminated first line string