Index: ppapi/api/private/ppb_content_decryptor_private.idl |
diff --git a/ppapi/api/private/ppb_content_decryptor_private.idl b/ppapi/api/private/ppb_content_decryptor_private.idl |
index e18afef649ad6e9eb0aa4da3d6f7ebf0045a2e09..9a6422dfcea3ffe9c66f2fd48aa282b9c1ca1e24 100644 |
--- a/ppapi/api/private/ppb_content_decryptor_private.idl |
+++ b/ppapi/api/private/ppb_content_decryptor_private.idl |
@@ -33,7 +33,7 @@ interface PPB_ContentDecryptor_Private { |
* |
* The browser must notify the application that a key is needed, and, in |
* response, the web application must direct the browser to call |
- * <code>AddKey()</code> on the <code>PPP_ContentDecryptor_Private<code> |
+ * <code>AddKey()</code> on the <code>PPP_ContentDecryptor_Private</code> |
* interface. |
* |
* @param[in] key_system A <code>PP_Var</code> of type |