diff options
author | Robin Watts <Robin.Watts@artifex.com> | 2011-07-28 15:07:14 +0100 |
---|---|---|
committer | Chris Liddell <chris.liddell@artifex.com> | 2011-07-28 18:17:55 +0100 |
commit | f31edd69e23236fbae4b986883df8e0f43f15af6 (patch) | |
tree | 8c4bc939450191e392a92eee4d21a1c55af07e45 | |
parent | 2364173a3ea2ac1e58b53a68e775d98157035b03 (diff) |
Fix typo in rc_decrement description string.
Simple typo fix. CLUSTER_UNTESTED.
-rw-r--r-- | gs/base/gxclrast.c | 2 |
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); |