summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/graphics_3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/cpp/graphics_3d.h')
-rw-r--r--ppapi/cpp/graphics_3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/cpp/graphics_3d.h b/ppapi/cpp/graphics_3d.h
index 56383da..bb8706a 100644
--- a/ppapi/cpp/graphics_3d.h
+++ b/ppapi/cpp/graphics_3d.h
@@ -21,7 +21,7 @@ class Graphics3D : public Resource {
/// Default constructor for creating an is_null() Graphics3D object.
Graphics3D();
- /// A constructor for creating and and initializing a 3D rendering context.
+ /// A constructor for creating and initializing a 3D rendering context.
/// The returned context is created off-screen and must be attached
/// to a module instance using <code>Instance::BindGraphics</code> to draw on
/// the web page.