diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-04-05 18:20:15 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-04-05 18:20:15 +0100 |
| commit | 44d12f1074bcb06d58fa8f979ce9afc2b515e6b2 (patch) | |
| tree | f6dee3cb7f73c89ee460fea1d470bb470108dd87 /src/dtree.erl | |
| parent | 8b41e2695a7450186ad0848662d895095775c657 (diff) | |
| download | rabbitmq-server-git-44d12f1074bcb06d58fa8f979ce9afc2b515e6b2.tar.gz | |
typo
Diffstat (limited to 'src/dtree.erl')
| -rw-r--r-- | src/dtree.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dtree.erl b/src/dtree.erl index e88ad96322..67bbbc1be4 100644 --- a/src/dtree.erl +++ b/src/dtree.erl @@ -16,7 +16,7 @@ %% A dual-index tree. %% -%% Rntries have the following shape: +%% Entries have the following shape: %% %% +----+--------------------+---+ %% | PK | SK1, SK2, ..., SKN | V | |
