summaryrefslogtreecommitdiff
path: root/rust/src/architecture/branches.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/architecture/branches.rs')
-rw-r--r--rust/src/architecture/branches.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/architecture/branches.rs b/rust/src/architecture/branches.rs
index 80baa1b6..a6810b34 100644
--- a/rust/src/architecture/branches.rs
+++ b/rust/src/architecture/branches.rs
@@ -22,7 +22,7 @@ pub enum BranchKind {
#[derive(Default, Copy, Clone, PartialEq, Eq, Hash, Debug)]
pub struct BranchInfo {
- /// If `None` the target architecture is the same as the branch instruction.
+ /// If `None`, the target architecture is the same as the branching instruction.
pub arch: Option<CoreArchitecture>,
pub kind: BranchKind,
}