diff options
Diffstat (limited to 'ppapi/api/pp_resource.idl')
-rw-r--r-- | ppapi/api/pp_resource.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/api/pp_resource.idl b/ppapi/api/pp_resource.idl index 453a00e..7f09d29 100644 --- a/ppapi/api/pp_resource.idl +++ b/ppapi/api/pp_resource.idl @@ -9,7 +9,7 @@ */ /** - * This typdef represents an opaque handle assigned by the browser to the + * This typedef represents an opaque handle assigned by the browser to the * resource. The handle is guaranteed never to be 0 for a valid resource, so a * module can initialize it to 0 to indicate a "NULL handle." Some interfaces * may return a NULL resource to indicate failure. |