From b185ff08e90711726577d10f7160405e26f5f822 Mon Sep 17 00:00:00 2001 From: Andrew Yefanov <1134togo@gmail.com> Date: Thu, 30 Jun 2016 13:48:16 +0300 Subject: [PATCH] Typo fixed errno valud -> errno value --- src/main/java/jnr/ffi/annotations/IgnoreError.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/jnr/ffi/annotations/IgnoreError.java b/src/main/java/jnr/ffi/annotations/IgnoreError.java index d1c4f7338..3477b0b48 100644 --- a/src/main/java/jnr/ffi/annotations/IgnoreError.java +++ b/src/main/java/jnr/ffi/annotations/IgnoreError.java @@ -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. * *

Due to the nature of the Java Virtual Machine, the errno value must be saved