aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/itm.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itm.rs b/src/itm.rs
index bdf0397..32d3caf 100644
--- a/src/itm.rs
+++ b/src/itm.rs
@@ -18,7 +18,7 @@ unsafe fn write_words(stim: &mut Stim, bytes: &[u32]) {
/// Writes an aligned byte slice to the ITM.
///
-/// `bytes` must be 4-byte aligned.
+/// `buffer` must be 4-byte aligned.
unsafe fn write_aligned_impl(port: &mut Stim, buffer: &[u8]) {
let len = buffer.len();