Skip to content

Commit

Permalink
Fix typo, CONCURRANT -> CONCURRENT.
Browse files Browse the repository at this point in the history
  • Loading branch information
ijuma committed Apr 5, 2009
1 parent 14bd90e commit bfd828f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/voldemort/versioning/VectorClock.java
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public Occured compare(Version v) {
* Is this Reflexive, AntiSymetic, and Transitive? Compare two VectorClocks,
* the outcomes will be one of the following: -- Clock 1 is BEFORE clock 2
* if there exists an i such that c1(i) <= c(2) and there does not exist a j
* such that c1(j) > c2(j). -- Clock 1 is CONCURRANT to clock 2 if there
* such that c1(j) > c2(j). -- Clock 1 is CONCURRENT to clock 2 if there
* exists an i, j such that c1(i) < c2(i) and c1(j) > c2(j) -- Clock 1 is
* AFTER clock 2 otherwise
*
Expand Down

0 comments on commit bfd828f

Please sign in to comment.