Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / native_client / src / trusted / service_runtime / nacl_resource.h
index 4b2f67e..205e8d3 100644 (file)
@@ -70,9 +70,9 @@ struct NaClResource {
  * (and stripping), NACL_RESOURCE_{FILE,DEV}_PREFIX dispatch.
  *
  * This function does not take a descriptor number to directly modify
- * the descriptor array and require the caller to invoke NaClSetDesc,
- * since the API allows other uses of the returned NaClDesc object
- * than just for redirection.
+ * the descriptor array and require the caller to invoke
+ * NaClAppSetDesc(), since the API allows other uses of the returned
+ * NaClDesc object than just for redirection.
  */
 struct NaClDesc *NaClResourceOpen(struct NaClResource *self,
                                   char const          *resource_locator,