Index: ppapi/cpp/graphics_3d.h |
diff --git a/ppapi/cpp/graphics_3d.h b/ppapi/cpp/graphics_3d.h |
index 56383da1d815570e3793089c1336f5a64618d4f9..bb8706a37f0b5338ee975f7177df26af93a3e872 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. |