summaryrefslogtreecommitdiff
path: root/graphics/asymptote/newexp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/newexp.cc')
-rw-r--r--graphics/asymptote/newexp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/newexp.cc b/graphics/asymptote/newexp.cc
index c124293928..7d8efbd138 100644
--- a/graphics/asymptote/newexp.cc
+++ b/graphics/asymptote/newexp.cc
@@ -44,7 +44,7 @@ bool newRecordExp::encodeLevel(position pos, coenv &e, trans::tyEntry *ent)
if (ent->v) {
// Put the record on the stack. For instance, in code like
- // import imp;
+ // access imp;
// new imp.t;
// we are putting the instance of imp on the stack, so we can use it to
// allocate an instance of imp.t.