diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-07-12 16:55:38 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-07-12 16:55:38 +0100 |
| commit | 7eae592338a762fde0feef79c97bf80af3a16119 (patch) | |
| tree | 32288e05b5a80dca2cda5b55ec94ffcca00c0cbb /src | |
| parent | f96d09d436d712cb7481e9940dd6fb09507f6912 (diff) | |
| download | rabbitmq-server-git-7eae592338a762fde0feef79c97bf80af3a16119.tar.gz | |
grammar
Diffstat (limited to 'src')
| -rw-r--r-- | src/file_handle_cache.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_handle_cache.erl b/src/file_handle_cache.erl index c39f7557fe..fb20ce9342 100644 --- a/src/file_handle_cache.erl +++ b/src/file_handle_cache.erl @@ -374,7 +374,7 @@ sync(Ref) -> end). needs_sync(Ref) -> - %% This needs *not* to use with_handles/2; see bug 25052 + %% This must *not* use with_handles/2; see bug 25052 case get({Ref, fhc_handle}) of #handle { is_dirty = false, write_buffer = [] } -> false; _ -> true |
