From 29bf7393c1eabdb44ee719f1b431b051556fa682 Mon Sep 17 00:00:00 2001
From: Chris Angelico <rosuav@gmail.com>
Date: Wed, 4 Jun 2014 03:15:46 +1000
Subject: [PATCH] Correct file reference (there's no qstrraw.h)

---
 py/qstr.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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")
-- 
GitLab