From 05e7f7f4388bde882b7ce74124000a4d435affff Mon Sep 17 00:00:00 2001 From: Zoë Blade Date: Wed, 22 Apr 2015 11:33:17 +0100 Subject: Fix a few typos Reviewed-by: Francisco Jerez --- src/gallium/drivers/r300/compiler/memory_pool.h | 2 +- src/gallium/drivers/r300/compiler/radeon_variable.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gallium/drivers/r300/compiler') diff --git a/src/gallium/drivers/r300/compiler/memory_pool.h b/src/gallium/drivers/r300/compiler/memory_pool.h index 42344d0e3ba..efb000a0aba 100644 --- a/src/gallium/drivers/r300/compiler/memory_pool.h +++ b/src/gallium/drivers/r300/compiler/memory_pool.h @@ -49,7 +49,7 @@ void * memory_pool_malloc(struct memory_pool * pool, unsigned int bytes); /** * Generic helper for growing an array that has separate size/count - * and reserved counters to accomodate up to num new element. + * and reserved counters to accommodate up to num new element. * * type * Array; * unsigned int Size; diff --git a/src/gallium/drivers/r300/compiler/radeon_variable.c b/src/gallium/drivers/r300/compiler/radeon_variable.c index ba895239fb6..7730b937372 100644 --- a/src/gallium/drivers/r300/compiler/radeon_variable.c +++ b/src/gallium/drivers/r300/compiler/radeon_variable.c @@ -98,7 +98,7 @@ void rc_variable_change_dst( /* Reuse the source index of the source that * was just deleted and set its register * index. We can't use rc_pair_alloc_source - * for this becuase it might return a source + * for this because it might return a source * index that is already being used. */ if (src_type & RC_SOURCE_RGB) { pair_inst->RGB.Src[src_index] -- cgit v1.2.3