Skip to content

Commit

Permalink
lib/analysis/graph: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Obst committed Oct 25, 2024
1 parent 02c07e8 commit d8c4f96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ impl<'a> IntraproceduralCfg<'a> {
}

/// Returns a map that takes all __directly__ called __internal__ and
/// __external__functions to the number of times that they are called.
/// __external__ functions to the number of times that they are called.
pub fn callees(&self) -> BTreeMap<&'a Tid, u32> {
let mut callees = BTreeMap::new();

Expand Down

0 comments on commit d8c4f96

Please sign in to comment.