Skip to content

Commit

Permalink
Update Callback.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rgkirch committed Oct 20, 2021
1 parent 203fc1f commit 2ef5f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/sun/jna/Callback.java
Expand Up @@ -49,7 +49,7 @@ interface UncaughtExceptionHandler {
*/
void uncaughtException(Callback c, Throwable e);
}
/** You must this method name if your callback interface has multiple
/** You must use this method name if your callback interface has multiple
public methods. Typically a callback will have only one such
method, in which case any method name may be used, with the exception
of those in {@link #FORBIDDEN_NAMES}.
Expand Down

0 comments on commit 2ef5f2c

Please sign in to comment.