Browse Source

move doc comment to right spot

Beau McCartney 10 months ago
parent
commit
fee99c0800
1 changed files with 2 additions and 2 deletions
  1. 2 2
      core/sys/darwin/mach_darwin.odin

+ 2 - 2
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:
  *