Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouni Siren committed Mar 14, 2016
1 parent 4b1effb commit d334980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class LCPArray

/*
We store a k-ary range minimum tree over the LCP array. Each node is identified by
itse position in the data array. Level i occupies range [offsets[i], offsets[i + 1] - 1]
its position in the data array. Level i occupies range [offsets[i], offsets[i + 1] - 1]
in the array. Level 0 is the leaves (the LCP array).
*/

Expand Down

0 comments on commit d334980

Please sign in to comment.