summaryrefslogtreecommitdiffstatshomepage
path: root/unix
diff options
context:
space:
mode:
Diffstat (limited to 'unix')
-rw-r--r--unix/file.c2
-rw-r--r--unix/qstrdefsport.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/file.c b/unix/file.c
index 2cc17dfd34..fa7be791a4 100644
--- a/unix/file.c
+++ b/unix/file.c
@@ -130,7 +130,7 @@ STATIC const mp_stream_p_t rawfile_stream_p = {
STATIC const mp_obj_type_t rawfile_type = {
{ &mp_type_type },
- .name = MP_QSTR_io_dot_FileIO,
+ .name = MP_QSTR_FileIO,
.print = fdfile_print,
.make_new = fdfile_make_new,
.getiter = mp_identity,
diff --git a/unix/qstrdefsport.h b/unix/qstrdefsport.h
index fd259f327c..a4772a2be9 100644
--- a/unix/qstrdefsport.h
+++ b/unix/qstrdefsport.h
@@ -27,7 +27,7 @@ Q(accept)
Q(recv)
Q(setsockopt)
-Q(io.FileIO)
+Q(FileIO)
Q(ffimod)
Q(ffifunc)
Q(fficallback)