Skip to content

Commit b3195f0

Browse files
Update examples/basic/src/main.rs
Co-authored-by: Tom Dohrmann <Erbse.13@gmx.de>
1 parent 1405edc commit b3195f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ fn main() {
4949
"if=pflash,format=raw,unit=0,file={},readonly=on",
5050
code.display()
5151
));
52-
// copy vars and enable rw instead of snapshot if you want to store data (e.g. enrole secure boot keys)
52+
// copy vars and enable rw instead of snapshot if you want to store data (e.g. enroll secure boot keys)
5353
cmd.arg("-drive").arg(format!(
5454
"if=pflash,format=raw,unit=1,file={},snapshot=on",
5555
vars.display()

0 commit comments

Comments
 (0)