8000 clarify comment · godlygeek/circuitpython@224e245 · GitHub
[go: up one dir, main page]

Skip to content

Commit 224e245

Browse files
committed
clarify comment
1 parent fc214fb commit 224e245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ int __attribute__((used)) main(void) {
311311
filesystem_writable_by_python(true);
312312
f_open(fs, boot_output_file, CIRCUITPY_BOOT_OUTPUT_FILE, FA_WRITE | FA_CREATE_ALWAYS);
313313

314-
// Switch the filesystem back to non-writable now instead of later,
314+
// Switch the filesystem back to non-writable by Python now instead of later,
315315
// since boot.py might change it back to writable.
316316
filesystem_writable_by_python(false);
317317

0 commit comments

Comments
 (0)
0