diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2011-05-16 22:08:59 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-05-16 22:08:59 +0100 |
| commit | d7ef3a9fcc7048299b406686c81be698a7e66523 (patch) | |
| tree | 262e773c1570ae58a8f55557cbc4135b51ce24c0 /src | |
| parent | 0f8036e4033344956fc67b4e7b90eafa06772b41 (diff) | |
| download | rabbitmq-server-git-d7ef3a9fcc7048299b406686c81be698a7e66523.tar.gz | |
English
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_misc.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_misc.erl b/src/rabbit_misc.erl index a37f5dcc29..9895a137af 100644 --- a/src/rabbit_misc.erl +++ b/src/rabbit_misc.erl @@ -523,7 +523,7 @@ write_term_file(File, Terms) -> write_file(Path, Data) -> write_file(Path, Data, []). -%% write_file/3 is based on the implementation the kernel/file.erl +%% write_file/3 is based on the implementation in the kernel/file.erl %% file of the Erlang R14B02 release, licensed under the EPL. That %% implementation does not do an fsync prior to closing the file, %% hence the existence of this version. |
