Fix a typo.

This commit is contained in:
whitequark 2015-08-22 14:01:55 -07:00
parent a557445e05
commit 526d7c4e46
1 changed files with 1 additions and 1 deletions

View File

@ -832,7 +832,7 @@ class LLVMIRGenerator:
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)