Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #4339

Merged
merged 1 commit into from
Jun 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions core/ir/x86/instr_create.h
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@

/* 1 destination, no sources */
/**
* Creats an instr_t for a conditional set instruction with the given opcode
* Creates an instr_t for a conditional set instruction with the given opcode
* and destination operand.
* \param dc The void * dcontext used to allocate memory for the instr_t.
* \param op The OP_xxx opcode for the instruction, which should be in the range
Expand Down Expand Up @@ -1640,7 +1640,7 @@

/* floating-point */
/**
* Creats an instr_t for a conditional move instruction with the given opcode
* Creates an instr_t for a conditional move instruction with the given opcode
* and destination operand.
* \param dc The void * dcontext used to allocate memory for the instr_t.
* \param op The OP_xxx opcode for the instruction, which should be in the range
Expand Down Expand Up @@ -2936,7 +2936,7 @@
/* @} */ /* end doxygen group */

/**
* Creats an instr_t for a conditional move instruction with the given opcode
* Creates an instr_t for a conditional move instruction with the given opcode
* and destination operand.
* \param dc The void * dcontext used to allocate memory for the instr_t.
* \param op The OP_xxx opcode for the instruction, which should be in the range
Expand Down