Skip to content

Commit fe513e2

Browse files
authored
Fix typo
1 parent 611bd10 commit fe513e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cargo fmt
1515
rustfmt src/common/mod.rs
1616

1717
# Strip crate-level things
18-
# updat this if svd2rust changes things
18+
# update this if svd2rust changes things
1919
tail -n+30 src/common/mod.rs > src/common/_mod.rs
2020
echo -en "use core::marker::PhantomData;\nuse core::ops::Deref;\n" > src/common/mod.rs
2121
cat src/common/_mod.rs >> src/common/mod.rs

0 commit comments

Comments
 (0)