summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2011-07-28 15:07:14 +0100
committerChris Liddell <chris.liddell@artifex.com>2011-07-28 18:17:55 +0100
commitf31edd69e23236fbae4b986883df8e0f43f15af6 (patch)
tree8c4bc939450191e392a92eee4d21a1c55af07e45
parent2364173a3ea2ac1e58b53a68e775d98157035b03 (diff)
Fix typo in rc_decrement description string.
Simple typo fix. CLUSTER_UNTESTED.
-rw-r--r--gs/base/gxclrast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/base/gxclrast.c b/gs/base/gxclrast.c
index b24859515..f28f8913b 100644
--- a/gs/base/gxclrast.c
+++ b/gs/base/gxclrast.c
@@ -598,7 +598,7 @@ in: /* Initialize for a new page. */
code = gs_imager_state_initialize(&imager_state, mem);
/* Remove the ICC link cache and replace with the device link cache
so that we share the cache across bands */
- rc_decrement(imager_state.icc_link_cache,"clist_plaback_band");
+ rc_decrement(imager_state.icc_link_cache,"clist_playback_band");
imager_state.icc_link_cache = cdev->icc_cache_cl;
/* Need to lock during the increment of the link cache */
gx_monitor_enter(cdev->icc_cache_cl->lock);