summaryrefslogtreecommitdiff
path: root/rust/src/rc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/rc.rs')
-rw-r--r--rust/src/rc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/rc.rs b/rust/src/rc.rs
index dc1a502b..342633b9 100644
--- a/rust/src/rc.rs
+++ b/rust/src/rc.rs
@@ -134,7 +134,7 @@ impl<T: RefCountable + Hash> Hash for Ref<T> {
// reference is held indirectly (e.g. a core-allocated array
// of raw `*mut BNRawT`).
//
-// This wrapper is necessary because `binja-rs` wrappers around
+// This wrapper is necessary because rust wrappers around
// core objects can be bigger than the raw pointer to the core
// object. This lets us create the full wrapper object and ensure
// that it does not outlive the core-allocated array (or similar)