Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
typo and ignore test output
  • Loading branch information
diakopter committed Jan 12, 2013
1 parent f31ea24 commit 46cf0d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
*.class
*.pbc
*.pir
QAST2JASTOutput.dump
2 changes: 1 addition & 1 deletion lib/QAST/JASTCompiler.nqp
Expand Up @@ -204,7 +204,7 @@ class QAST::OperationsJAST {
self.add_hll_op($hll, $op, op_mapper($op, $ins, @stack_in, $stack_out, :$tc));
}

# Geneartes an operation mapper. Covers a range of operations,
# Generates an operation mapper. Covers a range of operations,
# including those provided by calling a method and those that are
# just JVM op invocations.
sub op_mapper($op, $instruction, @stack_in, $stack_out, :$tc = 0) {
Expand Down

0 comments on commit 46cf0d7

Please sign in to comment.