svga: fix comment typos

This commit is contained in:
Brian Paul 2013-02-23 06:59:39 -07:00
parent d8d58bdcb9
commit 02bf645111

View file

@ -96,7 +96,7 @@ struct svga_host_surface_cache_entry
* 4. holding a flushed buffer with an expired fence * 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 * 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. * buffer from 3/4.
*/ */
struct svga_host_surface_cache struct svga_host_surface_cache