summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-09-12 15:38:52 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-09-15 21:26:40 -0400
commit9ad227f5f57d93e86b8d7ecf5b73bdf3bdf6ced7 (patch)
treeb4a3139b28ee44cc226dd5375c09f3f0fdfbed40
parenta532b2950e748ca37b0b429a7255d95514e212c8 (diff)
[ring] Fix typo
-rw-r--r--src/ring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ring.c b/src/ring.c
index ef1d2a7..f3510e3 100644
--- a/src/ring.c
+++ b/src/ring.c
@@ -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");