Skip to content

Commit 524ea1b

Browse files
committed
Add missing word in comment
1 parent 52471e2 commit 524ea1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flash.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ impl FLASH {
208208
// caused by an interrupt.
209209
interrupt::free(|_| {
210210
// Safe, because we've verified the valididty of `address` and
211-
// the length `words`.
211+
// the length of `words`.
212212
unsafe { write_half_page(address, words.as_ptr()); }
213213
});
214214

0 commit comments

Comments
 (0)