From 02bf645111b4cf217c44dedac40560b1f3d3328c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 23 Feb 2013 06:59:39 -0700 Subject: [PATCH] svga: fix comment typos --- src/gallium/drivers/svga/svga_screen_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/svga/svga_screen_cache.h b/src/gallium/drivers/svga/svga_screen_cache.h index 56aff59fd31..96e1e9c52e2 100644 --- a/src/gallium/drivers/svga/svga_screen_cache.h +++ b/src/gallium/drivers/svga/svga_screen_cache.h @@ -96,7 +96,7 @@ struct svga_host_surface_cache_entry * 4. holding a flushed buffer with an expired fence * * An entry progresses from 1 -> 2 -> 3 -> 4. When we need an entry to put a - * buffer into we preferencial take from 1, or from the least recentely used + * buffer into we preferentially take from 1, or from the least recently used * buffer from 3/4. */ struct svga_host_surface_cache -- 2.30.2