fix some typos (#398)

Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
cui fliter 2022-10-18 19:56:17 +08:00 committed by GitHub
parent b1470ba047
commit 4e651f8d0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View file

@ -23,7 +23,7 @@ void MiStatsCallback(const char* msg, void* arg) {
absl::StrAppend(str, msg);
}
// blocksize, reserved, commited, used.
// blocksize, reserved, committed, used.
using BlockKey = std::tuple<size_t, size_t, size_t, size_t>;
using BlockMap = absl::flat_hash_map<BlockKey, uint64_t>;