aboutsummaryrefslogtreecommitdiff
path: root/research/durchschlag.cc
diff options
context:
space:
mode:
Diffstat (limited to 'research/durchschlag.cc')
-rw-r--r--research/durchschlag.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/research/durchschlag.cc b/research/durchschlag.cc
index 9a98a50..bae50df 100644
--- a/research/durchschlag.cc
+++ b/research/durchschlag.cc
@@ -401,7 +401,7 @@ DurchschlagIndex durchschlag_index(const std::vector<uint8_t>& data) {
std::vector<TextIdx> isa(total);
for (TextIdx i = 0; i < total; ++i) isa[sa[i]] = i;
- // TODO: borrowed -> unknown efficiency.
+ // TODO(eustas): borrowed -> unknown efficiency.
std::vector<TextIdx> lcp(total);
TextIdx k = 0;
lcp[total - 1] = 0;