提交 6a6b76d5 编写于 作者: C Cyrus Najmabadi

Fix comment

上级 6db1e07b
......@@ -62,8 +62,8 @@ internal IChecksummedPersistentStorage GetStorageWorker(Solution solution)
// Do we already have storage for this?
if (solution.Id == _currentPersistentStorageSolutionId)
{
// We do, great up our ref count for our caller. They'll decrement it when done
// with it.
// We do, great. Increment our ref count for our caller. They'll decrement it
// when done with it.
return PersistentStorageReferenceCountedDisposableWrapper.AddReferenceCountToAndCreateWrapper(_currentPersistentStorage);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册