Fix new path to RPM.
[virt-p2v.git] / iso-attach
index 107b63e..a6aad26 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/ocamlrun /usr/bin/ocaml
 (* -*- tuareg -*- *)
-(* iso-attach attaches an updated 'virt-p2v.ml' file to the end of
+(* iso-attach attaches an updated 'virt-p2v' file to the end of
  * an ISO image.  This is just for quick developer builds because it
  * takes ages to rebuild a full ISO.
  *
@@ -113,7 +113,7 @@ SYNOPSIS
 
 DESCRIPTION
 
-iso-attach attaches an updated 'virt-p2v.ml' file to the end of
+iso-attach attaches an updated 'virt-p2v' file to the end of
 an ISO image.  This is just for quick developer builds because it
 takes ages to rebuild a full ISO.
 
@@ -245,3 +245,5 @@ and do_get isoname output =
   close fd
 
 let () = main ()
+
+(* This file must end with a newline. *)