Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Aug 22, 2015
1 parent a557445 commit 526d7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/compiler/transforms/llvm_ir_generator.py
Expand Up @@ -832,7 +832,7 @@ def arg_error_handler(typ):
arg.loc)
diag = diagnostic.Diagnostic("error",
"type {type} is not supported in remote procedure calls",
{"type": printer.name(arg.typ)},
{"type": printer.name(arg.type)},
arg.loc)
self.engine.process(diag)
tag += self._rpc_tag(arg.type, arg_error_handler)
Expand Down

0 comments on commit 526d7c4

Please sign in to comment.