Skip to content

Commit 526d7c4

Browse files
author
whitequark
committedAug 22, 2015
Fix a typo.
1 parent a557445 commit 526d7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎artiq/compiler/transforms/llvm_ir_generator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ def arg_error_handler(typ):
832832
arg.loc)
833833
diag = diagnostic.Diagnostic("error",
834834
"type {type} is not supported in remote procedure calls",
835-
{"type": printer.name(arg.typ)},
835+
{"type": printer.name(arg.type)},
836836
arg.loc)
837837
self.engine.process(diag)
838838
tag += self._rpc_tag(arg.type, arg_error_handler)

0 commit comments

Comments
 (0)