mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-27 23:41:31 +00:00
Fix typos
This commit is contained in:
@@ -405,7 +405,7 @@ x86_xgetbv :: proc(cx: u32) -> (eax, edx: u32) ---
|
||||
|
||||
|
||||
// C specific things
|
||||
c_va_list :: struct{/*platform specific implementation*/}
|
||||
c_va_list :: struct{/*platform specific implementation*/}
|
||||
|
||||
c_va_start :: proc(list: ^c_va_list, /*#c_vararg parameter*/ args: ..$T) ---
|
||||
c_va_end :: proc(list: ^c_va_list) ---
|
||||
|
||||
Reference in New Issue
Block a user