summaryrefslogtreecommitdiff
path: root/py/qstr.h
diff options
context:
space:
mode:
authorChris Angelico <rosuav@gmail.com>2014-06-04 03:15:46 +1000
committerChris Angelico <rosuav@gmail.com>2014-06-04 03:15:46 +1000
commit29bf7393c1eabdb44ee719f1b431b051556fa682 (patch)
tree1c49986f5ba23f1bf291fe0d1eb348c0699bf546 /py/qstr.h
parentb294a7e3c9b84aad6c331128a51e0d69e7845141 (diff)
Correct file reference (there's no qstrraw.h)
Diffstat (limited to 'py/qstr.h')
-rw-r--r--py/qstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/qstr.h b/py/qstr.h
index fc93fe2c2..9803e672c 100644
--- a/py/qstr.h
+++ b/py/qstr.h
@@ -24,7 +24,7 @@
* 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.
//
// Note: it would be possible to define MP_QSTR_xxx as qstr_from_str_static("xxx")