| Index: ppapi/thunk/ppb_file_ref_api.h
|
| diff --git a/ppapi/thunk/ppb_file_ref_api.h b/ppapi/thunk/ppb_file_ref_api.h
|
| index ed460986dfcefcdfb68bcf0cdc28a43f78e016b7..0f9bbaa86ca3b5d65b5b9153c63d060313327a89 100644
|
| --- a/ppapi/thunk/ppb_file_ref_api.h
|
| +++ b/ppapi/thunk/ppb_file_ref_api.h
|
| @@ -33,7 +33,7 @@ class PPAPI_THUNK_EXPORT PPB_FileRef_API {
|
| virtual int32_t Rename(PP_Resource new_file_ref,
|
| scoped_refptr<TrackedCallback> callback) = 0;
|
|
|
| - // Intermal function for use in proxying. Returns the internal CreateInfo
|
| + // Internal function for use in proxying. Returns the internal CreateInfo
|
| // (the contained resource does not carry a ref on behalf of the caller).
|
| virtual const PPB_FileRef_CreateInfo& GetCreateInfo() const = 0;
|
|
|
|
|