[cogl/wip/virtual-framebuffer: 1/22] docs: Fix a s/called/culled/ typo
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/wip/virtual-framebuffer: 1/22] docs: Fix a s/called/culled/ typo
- Date: Tue, 29 Nov 2011 12:45:45 +0000 (UTC)
commit def08ae9568559bd03a48800c5d058edb0f649b4
Author: Robert Bragg <robert linux intel com>
Date: Mon Nov 21 21:24:13 2011 +0000
docs: Fix a s/called/culled/ typo
The documentation for CoglPipelineCullFaceMode had a repeated typo with
"called" being used instead of "culled" which this fixes.
cogl/cogl-pipeline-state.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/cogl/cogl-pipeline-state.h b/cogl/cogl-pipeline-state.h
index cd6a22b..b69966c 100644
--- a/cogl/cogl-pipeline-state.h
+++ b/cogl/cogl-pipeline-state.h
@@ -689,12 +689,12 @@ cogl_pipeline_get_depth_state (CoglPipeline *pipeline,
/**
* CoglPipelineCullFaceMode:
* @COGL_PIPELINE_CULL_FACE_MODE_NONE: Neither face will be
- * called. This is the default.
- * @COGL_PIPELINE_CULL_FACE_MODE_FRONT: Front faces will be called.
- * @COGL_PIPELINE_CULL_FACE_MODE_BACK: Back faces will be called.
- * @COGL_PIPELINE_CULL_FACE_MODE_BOTH: All faces will be called.
+ * culled. This is the default.
+ * @COGL_PIPELINE_CULL_FACE_MODE_FRONT: Front faces will be culled.
+ * @COGL_PIPELINE_CULL_FACE_MODE_BACK: Back faces will be culled.
+ * @COGL_PIPELINE_CULL_FACE_MODE_BOTH: All faces will be culled.
*
- * Specifies which faces should be called. This can be set on a
+ * Specifies which faces should be culled. This can be set on a
* pipeline using cogl_pipeline_set_cull_face_mode().
*/
typedef enum
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]