summaryrefslogtreecommitdiff
path: root/oryxc/src/parser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'oryxc/src/parser.rs')
-rw-r--r--oryxc/src/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/oryxc/src/parser.rs b/oryxc/src/parser.rs
index a623d3e..193428b 100644
--- a/oryxc/src/parser.rs
+++ b/oryxc/src/parser.rs
@@ -825,7 +825,7 @@ impl<'a> Parser<'a> {
p.extra_data.push(*x);
}
/* FIXME: Missing LHS, and doesn’t conform to the
- * description at the definition of AstType */
+ * description at the definition of AstType */
return Ok(p.new_node(AstNode {
kind: AstType::FunCall,
tok,