mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
rtasm: Fix typos in comments.
This commit is contained in:
parent
8edf085c77
commit
b1e3e03d67
1 changed files with 3 additions and 3 deletions
|
|
@ -102,7 +102,7 @@ enum sse_cc {
|
|||
#define cc_Z cc_E
|
||||
#define cc_NZ cc_NE
|
||||
|
||||
/* Begin/end/retreive function creation:
|
||||
/* Begin/end/retrieve function creation:
|
||||
*/
|
||||
|
||||
|
||||
|
|
@ -311,8 +311,8 @@ void x87_fucom( struct x86_function *p, struct x86_reg arg );
|
|||
|
||||
|
||||
|
||||
/* Retreive a reference to one of the function arguments, taking into
|
||||
* account any push/pop activity. Note - doesn't track explict
|
||||
/* Retrieve a reference to one of the function arguments, taking into
|
||||
* account any push/pop activity. Note - doesn't track explicit
|
||||
* manipulation of ESP by other instructions.
|
||||
*/
|
||||
struct x86_reg x86_fn_arg( struct x86_function *p, unsigned arg );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue