diff options
Diffstat (limited to 'zenstore')
| -rw-r--r-- | zenstore/filecas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/filecas.cpp b/zenstore/filecas.cpp index 7465e5182..2ae2676d3 100644 --- a/zenstore/filecas.cpp +++ b/zenstore/filecas.cpp @@ -99,7 +99,7 @@ FileCasStrategy::InsertChunk(IoBuffer Chunk, const IoHash& ChunkHash) if (HRESULT hRes = PayloadFile.Create(ShardedPath.c_str(), GENERIC_READ, FILE_SHARE_READ, OPEN_EXISTING); SUCCEEDED(hRes)) { - // If we succeeded in opening the target file then we don't need to do anything else because it already exists + // If we succeeded in opening the target file then we don't need to do anything else because it already exists // and should contain the content we were about to insert // We do need to ensure the source file goes away on close, however |