diff options
Diffstat (limited to 'gpu/include/GrAllocPool.h')
-rw-r--r-- | gpu/include/GrAllocPool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/include/GrAllocPool.h b/gpu/include/GrAllocPool.h index 46359e5058..251c0b4021 100644 --- a/gpu/include/GrAllocPool.h +++ b/gpu/include/GrAllocPool.h @@ -33,7 +33,7 @@ public: /** * Returns a block of memory bytes size big. This address must not be * passed to realloc/free/delete or any other function that assumes the - * address was allocated by malloc or new (becuase it hasn't). + * address was allocated by malloc or new (because it hasn't). */ void* alloc(size_t bytes); |