From fee99c0800cd5938ac3b255f410130b7f898782e Mon Sep 17 00:00:00 2001 From: Beau McCartney Date: Tue, 8 Oct 2024 13:41:13 -0600 Subject: [PATCH] move doc comment to right spot --- core/sys/darwin/mach_darwin.odin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/sys/darwin/mach_darwin.odin b/core/sys/darwin/mach_darwin.odin index c2dff5823..0923e93bd 100644 --- a/core/sys/darwin/mach_darwin.odin +++ b/core/sys/darwin/mach_darwin.odin @@ -348,10 +348,10 @@ Kern_Return :: enum kern_return_t { */ Return_Max = 0x100, + /* Maximum return value allowable + */ } -/* Maximum return value allowable - */ /* * VM allocation flags: *