Correct file reference (there's no qstrraw.h)

This commit is contained in:
Chris Angelico 2014-06-04 03:15:46 +10:00
parent b294a7e3c9
commit 29bf7393c1

View File

@ -24,7 +24,7 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
// See qstrraw.h for a list of qstr's that are available as constants. // See qstrdefs.h for a list of qstr's that are available as constants.
// Reference them as MP_QSTR_xxxx. // Reference them as MP_QSTR_xxxx.
// //
// Note: it would be possible to define MP_QSTR_xxx as qstr_from_str_static("xxx") // Note: it would be possible to define MP_QSTR_xxx as qstr_from_str_static("xxx")