summaryrefslogtreecommitdiffstats
path: root/ocaml
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-13 10:33:44 +0100
committerRichard Jones <rjones@redhat.com>2009-04-13 10:33:44 +0100
commitf968f6c36fda3bb66cd37cd56de250c29afa7698 (patch)
tree221cef644c2987862378efaaa0a9536483bb80aa /ocaml
parentb6722e6313e955ad0c1e4e4ec594c8e74cdd27af (diff)
downloadlibguestfs-f968f6c36fda3bb66cd37cd56de250c29afa7698.tar.gz
libguestfs-f968f6c36fda3bb66cd37cd56de250c29afa7698.tar.xz
libguestfs-f968f6c36fda3bb66cd37cd56de250c29afa7698.zip
Stricter checks on short descriptions.
Diffstat (limited to 'ocaml')
-rw-r--r--ocaml/guestfs.mli2
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 *)