Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maurer committed Mar 2, 2018
1 parent ad45832 commit bb0c1da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ abs_type!(
Instruction
);
abs_type!(
/// BAP type repsenting a sequence of statements
/// Safe wrapper around a sequence of statements
bap_stmt_seq_t,
StatementSequence
);
Expand All @@ -322,7 +322,7 @@ abs_type!(
StatementSequence
);
abs_type!(
/// BAP type repsenting BIL semantic statement
/// Safe wrapper around a BIL semantic statement
bap_stmt_t,
Statement
);
Expand Down

0 comments on commit bb0c1da

Please sign in to comment.