Fix typos

This commit is contained in:
gingerBill
2026-04-28 15:07:56 +01:00
parent f7c4031a61
commit 2fbc83d774
2 changed files with 5 additions and 5 deletions

View File

@@ -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) ---