diff options
author | Han-Wen Nienhuys <hanwen@google.com> | 2017-10-24 15:13:10 +0200 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@google.com> | 2017-10-24 15:32:50 +0200 |
commit | f5ae26f74d9ba28ec97e4355112b4d21efa714cc (patch) | |
tree | f3000d8e3e6931b6753c77c2382e9488c88555c4 /org.eclipse.jgit/src | |
parent | f2e64cd895a6aa4f18ab3b876f13b7814fb98f04 (diff) | |
download | jgit-f5ae26f74d9ba28ec97e4355112b4d21efa714cc.tar.gz jgit-f5ae26f74d9ba28ec97e4355112b4d21efa714cc.zip |
Fix typo in comment
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Change-Id: I04912b32b55dd61ad2d2e7ccb5d688655b1dc335
Diffstat (limited to 'org.eclipse.jgit/src')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/diff/RawText.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/diff/RawText.java b/org.eclipse.jgit/src/org/eclipse/jgit/diff/RawText.java index 5f50145d67..ef3d78bc5f 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/diff/RawText.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/diff/RawText.java @@ -70,7 +70,7 @@ import org.eclipse.jgit.util.RawParseUtils; * they are converting from "line number" to "element index". */ public class RawText extends Sequence { - /** A Rawtext of length 0 */ + /** A RawText of length 0 */ public static final RawText EMPTY_TEXT = new RawText(new byte[0]); /** Number of bytes to check for heuristics in {@link #isBinary(byte[])} */ |