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/compositor/operations/COM_GaussianXBlurOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_GaussianXBlurOperation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/operations/COM_GaussianXBlurOperation.h b/source/blender/compositor/operations/COM_GaussianXBlurOperation.h
index 1bd6ef20a48..9348c05f906 100644
--- a/source/blender/compositor/operations/COM_GaussianXBlurOperation.h
+++ b/source/blender/compositor/operations/COM_GaussianXBlurOperation.h
@@ -34,7 +34,7 @@ class GaussianXBlurOperation : public BlurBaseOperation {
GaussianXBlurOperation();
/**
- * \brief the inner loop of this program
+ * \brief The inner loop of this operation.
*/
void executePixel(float output[4], int x, int y, void *data);