Commit 93eb6c86 authored by Changpeng Fang's avatar Changpeng Fang
Browse files

{AMDGPU] [NFC] Correct a typo in docs

parent d77c6205
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13812,7 +13812,7 @@ On entry to a function:
9.  All other registers are unspecified.
10. Any necessary ``s_waitcnt`` has been performed to ensure memory is available
    to the function.
11: Use pass-by-reference (byref) in stead of pass-by-value (byval) for struct
11. Use pass-by-reference (byref) in stead of pass-by-value (byval) for struct
    arguments in C ABI. Callee is responsible for allocating stack memory and
    copying the value of the struct if modified. Note that the backend still
    supports byval for struct arguments.