summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/mouse_cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/cpp/mouse_cursor.h')
-rw-r--r--ppapi/cpp/mouse_cursor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/cpp/mouse_cursor.h b/ppapi/cpp/mouse_cursor.h
index ec1374c..827d95c 100644
--- a/ppapi/cpp/mouse_cursor.h
+++ b/ppapi/cpp/mouse_cursor.h
@@ -26,7 +26,7 @@ class MouseCursor {
/// <code>PP_MOUSECURSOR_TYPE_CUSTOM</code> and specify your image and hot
/// spot.
///
- /// @param[in] instance A handle indentifying the instance that the mouse
+ /// @param[in] instance A handle identifying the instance that the mouse
/// cursor will affect.
///
/// @param[in] type A <code>PP_MouseCursor_Type</code> identifying the type
@@ -39,7 +39,7 @@ class MouseCursor {
/// When you are specifying a predefined cursor, this parameter should be a
/// default-constructed ImageData.
///
- /// @param[in] hot_spot When setting a custom cursor, this idenfifies the
+ /// @param[in] hot_spot When setting a custom cursor, this identifies the
/// pixel position within the given image of the "hot spot" of the cursor.
/// When specifying a stock cursor, this parameter is ignored.
///