Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/intern/gpu_buffers.c2
1 files changed, 1 insertions, 1 deletions
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)
{