From 4f7bdc59d31e94bc97955c1efeef2a8fce0c8ecd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 9 Mar 2012 00:41:09 +0000 Subject: style cleanup: spelling. also remove large, duplicate comments from sunsky.h --- source/blender/gpu/intern/gpu_buffers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/gpu') diff --git a/source/blender/gpu/intern/gpu_buffers.c b/source/blender/gpu/intern/gpu_buffers.c index 57d3344895c..770b8fc0adf 100644 --- a/source/blender/gpu/intern/gpu_buffers.c +++ b/source/blender/gpu/intern/gpu_buffers.c @@ -257,7 +257,7 @@ GPUBuffer *GPU_buffer_alloc(int size) } /* release a GPUBuffer; does not free the actual buffer or its data, - but rather moves it to the pool of recently-free'd buffers for + but rather moves it to the pool of recently-freed buffers for possible re-use*/ void GPU_buffer_free(GPUBuffer *buffer) { -- cgit v1.2.3