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 | a3c3c87c0621c8969e68d1b8b78da7c656f21a8f (patch) | |
| tree | f6dee3cb7f73c89ee460fea1d470bb470108dd87 | |
| parent | 20cc571cbc15e555420362086315f0035c8efe7b (diff) | |
| download | rabbitmq-server-bug24846.tar.gz | |
typobug24846
| -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 e88ad963..67bbbc1b 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 | |
