Commit Diff


commit - 8a8621c2c1b416695060a8fdd3f5973c4e62a603
commit + 9b21d88f61e513f669fbf1baca728bc2b5da0e00
blob - b0d1e063885d3f05d1dd21a8a50ce62d73069af9
blob + c285befbcf4f7f53adfe4fe70ef636a4dd1b7671
--- include/got_dial.h
+++ include/got_dial.h
@@ -27,7 +27,6 @@ const struct got_error *got_dial_apply_unveil(const ch
  * A protocol scheme, hostname, port number (as a string), path on server,
  * and a repository name. If the URI lacks some of this information return
  * default values where applicable.
- * The results of this function must be passed to other functions below.
  * The caller should dispose of the returned values with free(3).
  */
 const struct got_error *got_dial_parse_uri(char **proto, char **host,