Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek committed Mar 22, 2011
1 parent b440a5c commit a9482e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/parrot/library/LLVM/Value.pm
@@ -1,7 +1,7 @@
class LLVM::Value is LLVM::Opaque {
method typeof() {
LLVM::Type.create(
LLVM::Call("TypeOf", self)
LLVM::call("TypeOf", self)
);
}

Expand Down

0 comments on commit a9482e2

Please sign in to comment.