aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse
diff options
context:
space:
mode:
authorMichael Keppler <Michael.Keppler@gmx.de>2019-03-08 14:43:30 +0100
committerMichael Keppler <Michael.Keppler@gmx.de>2019-03-08 14:43:30 +0100
commit90e614a41d70ae5c3dabf06a5bfe3354ed525fad (patch)
tree24a640e6fa2a178ab30775d2bd4b8f9c28cba830 /org.eclipse.jgit/src/org/eclipse
parentee5f449bca7c618ffcdba3d4d24e7f3b6fa9e388 (diff)
downloadjgit-90e614a41d70ae5c3dabf06a5bfe3354ed525fad.tar.gz
jgit-90e614a41d70ae5c3dabf06a5bfe3354ed525fad.zip
Fix Javadoc typo
Change-Id: I3f169eaf649843e954762bb4ac8f72fa5f88a67a Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Diffstat (limited to 'org.eclipse.jgit/src/org/eclipse')
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalkUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalkUtils.java b/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalkUtils.java
index f1252a4c4b..fabf7075d5 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalkUtils.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalkUtils.java
@@ -130,7 +130,7 @@ public final class RevWalkUtils {
/**
* Find the list of branches a given commit is reachable from when following
- * parent.s
+ * parents.
* <p>
* Note that this method calls
* {@link org.eclipse.jgit.revwalk.RevWalk#reset()} at the beginning.