summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorMike Causer <mcauser@gmail.com>2020-12-10 02:52:18 +1100
committerMike Causer <mcauser@gmail.com>2020-12-10 02:52:18 +1100
commiteedcc98cc5379f93704fd344289e2f5c8a60eddd (patch)
treeb0edae3059a39b367317b9acd7057c3b8475abcb /main.c
parent133013083ab582fa87a4c7dfb53d068e09864905 (diff)
Fix some spelling mistakes
Diffstat (limited to 'main.c')
-rwxr-xr-xmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 5aa9131a0..da04ada46 100755
--- a/main.c
+++ b/main.c
@@ -215,7 +215,7 @@ STATIC bool maybe_run_list(const char * const * filenames, pyexec_result_t* exec
STATIC void cleanup_after_vm(supervisor_allocation* heap) {
// Reset port-independent devices, like CIRCUITPY_BLEIO_HCI.
reset_devices();
- // Turn off the display and flush the fileystem before the heap disappears.
+ // Turn off the display and flush the filesystem before the heap disappears.
#if CIRCUITPY_DISPLAYIO
reset_displays();
#endif