Skip to content

Commit c36c75c

Browse files
committed
unix: Update comment MICROPY_GCREGS_SETJMP (untested -> undertested).
1 parent 6c2ab5c commit c36c75c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unix/mpconfigport.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
// Define to MICROPY_ERROR_REPORTING_DETAILED to get function, etc.
6262
// names in exception messages (may require more RAM).
6363
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED)
64-
// Define to 1 to use untested inefficient GC helper implementation
64+
65+
// Define to 1 to use undertested inefficient GC helper implementation
6566
// (if more efficient arch-specific one is not available).
6667
#ifndef MICROPY_GCREGS_SETJMP
6768
#ifdef __mips__

0 commit comments

Comments
 (0)