Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mape typo map
  • Loading branch information
diakopter committed Jan 12, 2013
1 parent c0afae2 commit c819b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/perl6/nqp/runtime/CallSiteDescriptor.java
Expand Up @@ -29,7 +29,7 @@ public class CallSiteDescriptor {
* arg index << 3 + type flag. */
public HashMap<String, Integer> nameMap;

/* Singleton empty name mape. */
/* Singleton empty name map. */
private static HashMap<String, Integer> emptyNameMap = new HashMap<String, Integer>();

/* Number of normal positional arguments. */
Expand Down

0 comments on commit c819b74

Please sign in to comment.