[Pkg-ocaml-maint-commits] r1436 - trunk/tools/dh_ocaml

Stefano Zacchiroli zack@costa.debian.org
Sat, 09 Jul 2005 11:51:58 +0000


Author: zack
Date: 2005-07-09 11:51:58 +0000 (Sat, 09 Jul 2005)
New Revision: 1436

Modified:
   trunk/tools/dh_ocaml/ocaml-md5sums.ml
Log:
cosmetic changes


Modified: trunk/tools/dh_ocaml/ocaml-md5sums.ml
===================================================================
--- trunk/tools/dh_ocaml/ocaml-md5sums.ml	2005-07-09 11:51:40 UTC (rev 1435)
+++ trunk/tools/dh_ocaml/ocaml-md5sums.ml	2005-07-09 11:51:58 UTC (rev 1436)
@@ -30,7 +30,7 @@
 let md5sums_ext = ".md5sums"
 let registry_file = sprintf "%s/%s" md5sums_dir md5sums_index
 
-(** {2 Regular expressions, for parsing} *)
+(** {2 Regular expressions, for parsing purposes} *)
 
 let unit_name_line_RE =
   Str.regexp "^[ \t]*Unit[ \t]+name[ \t]*:[ \t]*\\([a-zA-Z0-9_]+\\)[ \t]*$"