diff options
Diffstat (limited to 'components/gfx/buffer_map.rs')
-rw-r--r-- | components/gfx/buffer_map.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/gfx/buffer_map.rs b/components/gfx/buffer_map.rs index 04dc2a28f19..fab6ffc2f5e 100644 --- a/components/gfx/buffer_map.rs +++ b/components/gfx/buffer_map.rs @@ -12,7 +12,7 @@ use std::hash::sip::SipState; use std::mem; /// This is a struct used to store buffers when they are not in use. -/// The render task can quickly query for a particular size of buffer when it +/// The paint task can quickly query for a particular size of buffer when it /// needs it. pub struct BufferMap { /// A HashMap that stores the Buffers. |