diff options
author | Sylvestre Ledru <[email protected]> | 2013-07-10 11:48:27 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-07-10 13:38:43 +0200 |
commit | 645e29457c3a51cb262a61f2fe8e73ad9e606230 (patch) | |
tree | 7b520840002505a3cebe85c8dd46d419ee010f8e /src/java/jogamp/common | |
parent | 33ff1e3a6e64288028d8c2a8beb350a9f7c89720 (diff) |
Fix a typo (Retruns => Returns)
Diffstat (limited to 'src/java/jogamp/common')
-rw-r--r-- | src/java/jogamp/common/os/elf/ElfHeader.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/jogamp/common/os/elf/ElfHeader.java b/src/java/jogamp/common/os/elf/ElfHeader.java index 3b82a69..88562cf 100644 --- a/src/java/jogamp/common/os/elf/ElfHeader.java +++ b/src/java/jogamp/common/os/elf/ElfHeader.java @@ -468,7 +468,7 @@ public class ElfHeader { EM_X86_64 == m; } - /** Retruns the processor-specific flags associated with the file. */ + /** Returns the processor-specific flags associated with the file. */ public final int getFlags() { return d.getE_flags(); } |