Skip to content

Commit 855c1a2

Browse files
committed
Fix typo in peripheral module
1 parent d89c2d2 commit 855c1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generate/peripheral.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ pub fn render(
155155
mod_items.extend(cluster_block(c, &defaults, p, all_peripherals, nightly)?);
156156
}
157157

158-
// Push all regsiter realted information into the peripheral module
158+
// Push all register related information into the peripheral module
159159
for reg in registers {
160160
mod_items.extend(register::render(
161161
reg,

0 commit comments

Comments
 (0)