builder: fix typo in comment

Followup of commit b1cf6246f3.
This commit is contained in:
Pino Toscano
2014-03-12 16:07:55 +01:00
parent 2489692067
commit 53afa03af9

View File

@@ -19,7 +19,7 @@
(** This module is a wrapper around curl, plus local caching. *)
val cache_of_name : string -> string -> string -> int -> string
(** [cache_of_name cachedir name revision] returns the filename
(** [cache_of_name cachedir name arch revision] returns the filename
of the cached file. (Note: It doesn't check if the filename
exists, this is just a simple string transformation). *)