The following commit has been merged in the master branch:
commit 6689a1d318d2aa3e698455b66d0e26625d1aa918
Author: Mehdi Dogguy <[email protected]>
Date:   Thu Feb 26 15:07:55 2009 +0100

    fix typo

diff --git a/share/ocamlvars.mk b/share/ocamlvars.mk
index d4059ae..2c413eb 100644
--- a/share/ocamlvars.mk
+++ b/share/ocamlvars.mk
@@ -57,7 +57,7 @@ DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture 
-qDEB_BUILD_GNU_TYPE)
 DEB_BUILD_ARCH      ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 OCAML_OPT_ARCH      ?= $(findstring $(DEB_BUILD_ARCH),$(OCAML_NATIVE_ARCHS))
 
-# OCAML_BEST will be 'op' on native architectures and 'byte' otherwise.
+# OCAML_BEST will be 'opt' on native architectures and 'byte' otherwise.
 OCAML_BEST ?= $(if $(OCAML_OPT_ARCH),opt,byte)
 
 # OCAML_RUNTIME and OCAML_RUNTIME_NOX are runtime dependencies needed of

-- 
dh-ocaml packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to