diff options
Diffstat (limited to 'ocaml/guestfs.mli')
-rw-r--r-- | ocaml/guestfs.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocaml/guestfs.mli b/ocaml/guestfs.mli index 1ce1cab2..aaed946f 100644 --- a/ocaml/guestfs.mli +++ b/ocaml/guestfs.mli @@ -260,7 +260,7 @@ val sfdisk : t -> string -> int -> int -> int -> string array -> unit (** create partitions on a block device *) val write_file : t -> string -> string -> int -> unit -(** Create a file *) +(** create a file *) val umount : t -> string -> unit (** unmount a filesystem *) |