Skip to content

Commit 4ac2c8a

Browse files
committed
refactor
1 parent 003dfd5 commit 4ac2c8a

3 files changed

Lines changed: 271 additions & 388 deletions

File tree

src/lib/homestore_backend/gc_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ bool GCManager::pdev_gc_actor::purge_reserved_chunk(chunk_id_t chunk, const uint
11001100
RELEASE_ASSERT(!vchunk->m_pg_id.has_value(),
11011101
"chunk_id={} is expected to be a reserved chunk, and not belong to a pg", chunk);
11021102
RELEASE_ASSERT(vchunk->m_state == ChunkState::GC,
1103-
"chunk_id={} is a reserved chunk, expected to have a GC state, but actuall state is {} ", chunk,
1103+
"chunk_id={} is a reserved chunk, expected to have a GC state, but the actual state is {} ", chunk,
11041104
vchunk->m_state);
11051105

11061106
// Clear all rreqs on the reserved chunk BEFORE reset() resets its allocator.

0 commit comments

Comments
 (0)