Skip to content

Commit

Permalink
Merge pull request #67 from goto1134/patch-1
Browse files Browse the repository at this point in the history
Typo fixed
  • Loading branch information
nirvdrum authored Jun 30, 2016
2 parents 02ecd61 + b185ff0 commit 1deb47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/jnr/ffi/annotations/IgnoreError.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import java.lang.annotation.RetentionPolicy;

/**
* Indicates that the errno valud for a native function need not be saved after
* Indicates that the errno value for a native function need not be saved after
* the function returns.
*
* <p>Due to the nature of the Java Virtual Machine, the errno value must be saved
Expand Down

0 comments on commit 1deb47d

Please sign in to comment.