Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Jan 14, 2015
1 parent 5868779 commit 73d5f0f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -145,7 +145,7 @@ public void setIsBuiltin(boolean isBuiltin) {

/**
* The minimum 'call' method required for a dynamic method handle.
* Subclasses must impleemnt this method, but may implement the other
* Subclasses must implement this method, but may implement the other
* signatures to provide faster, non-boxing call paths. Typically
* subclasses will implement this method to check variable arity calls,
* then performing a specific-arity invocation to the appropriate method
Expand Down

0 comments on commit 73d5f0f

Please sign in to comment.