| Index: ppapi/thunk/ppb_file_ref_api.h
|
| ===================================================================
|
| --- ppapi/thunk/ppb_file_ref_api.h (revision 171259)
|
| +++ ppapi/thunk/ppb_file_ref_api.h (working copy)
|
| @@ -33,7 +33,7 @@
|
| virtual int32_t Rename(PP_Resource new_file_ref,
|
| scoped_refptr<TrackedCallback> callback) = 0;
|
|
|
| - // Internal function for use in proxying. Returns the internal CreateInfo
|
| + // Intermal 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;
|
|
|
|
|