Skip to content

Commit

Permalink
Fixed typo in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
edeiana committed Apr 7, 2024
1 parent d41e21e commit 8db9a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ir/encode_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ typedef enum _dr_isa_mode_t {
* Currently we support:
* - instr_convert_to_isa_regdeps(), which converts an #instr_t of an actual ISA to a
* #DR_ISA_REGDEPS instruction;
* - instr_encode() and instr_encode_to_copy(), to encode an #DR_ISA_REGDEPS #instr_t
* - instr_encode() and instr_encode_to_copy(), to encode a #DR_ISA_REGDEPS #instr_t
* into a sequence of contiguous bytes;
* - decode() and decode_from_copy(), to decode an encoded #DR_ISA_REGDEPS instruction
* into an #instr_t.
Expand Down

0 comments on commit 8db9a06

Please sign in to comment.