kernel/window/messagebox: Fix incorrect comment

This commit is contained in:
Ry 2023-03-30 15:47:04 -07:00
parent f67dfbff23
commit a72dbae40b

View File

@ -1,6 +1,6 @@
; messagebox routines ; 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 ; the calling task will not regain control until the user clicks the OK button
; inputs: ; inputs:
; r0: pointer to null-terminated first line string ; r0: pointer to null-terminated first line string