diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-09-12 15:38:52 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-09-15 21:26:40 -0400 |
commit | 9ad227f5f57d93e86b8d7ecf5b73bdf3bdf6ced7 (patch) | |
tree | b4a3139b28ee44cc226dd5375c09f3f0fdfbed40 | |
parent | a532b2950e748ca37b0b429a7255d95514e212c8 (diff) |
[ring] Fix typo
-rw-r--r-- | src/ring.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -585,7 +585,7 @@ _vte_ring_compact_one_row (VteRing *ring) if (!head->prev_chunk || !_vte_ring_chunk_compact_push_head_row (head->prev_chunk, row)) { - /* Previous head doesn't have enough room, add a new head and retry */ + /* Previous chunk doesn't have enough room, add a new chunk and retry */ VteRingChunk *new_chunk = _vte_ring_chunk_new_compact (head->start); _vte_debug_print(VTE_DEBUG_RING, "Allocating chunk.\n"); |