Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/SOS/lldbplugin/swift-4.1/lldb/Target/Memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class MemoryCache {
BlockMap m_L1_cache; // A first level memory cache whose chunk sizes vary that
// will be used only if the memory read fits entirely in
// a chunk
BlockMap m_L2_cache; // A memory cache of fixed size chinks
BlockMap m_L2_cache; // A memory cache of fixed size chunks
// (m_L2_cache_line_byte_size bytes in size each)
InvalidRanges m_invalid_ranges;
Process &m_process;
Expand Down