diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-05-07 00:08:26 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-05-07 00:08:26 -0400 |
| commit | 224e245e05d12e7261a9c0ff31406efc7bdaf806 (patch) | |
| tree | 4656d886416bbe48f925fd060a06cd429ed2f726 /main.c | |
| parent | fc214fb320cd91f3477945ca24ba777e71c9d602 (diff) | |
clarify comment
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -311,7 +311,7 @@ int __attribute__((used)) main(void) { filesystem_writable_by_python(true); f_open(fs, boot_output_file, CIRCUITPY_BOOT_OUTPUT_FILE, FA_WRITE | FA_CREATE_ALWAYS); - // Switch the filesystem back to non-writable now instead of later, + // Switch the filesystem back to non-writable by Python now instead of later, // since boot.py might change it back to writable. filesystem_writable_by_python(false); |
