unison-snapshot: fix typo in comment
authorThomas Klausner <wiz@NetBSD.org>
Fri, 20 Dec 2024 14:04:48 +0000 (15:04 +0100)
committerThomas Klausner <wiz@NetBSD.org>
Fri, 20 Dec 2024 14:05:05 +0000 (15:05 +0100)
unison-snapshot/Makefile

index a6a61218af7b2f3c060e6a3f521ddf71a7770e99..062ecc20882aede065556b37b0d0372942218f71 100644 (file)
@@ -22,7 +22,7 @@ MAKE_ENV+=    HOME=${WRKDIR:Q}
 
 .include "../../lang/ocaml/ocaml.mk"
 
-# Unison will use ocampopt if possible, and otherwise ocamlc, but
+# Unison will use ocamlopt if possible, and otherwise ocamlc, but
 # passing NATIVE lets pkgsrc build byte code on a native platform,
 # should that be desired.
 .if ${OCAML_USE_OPT_COMPILER} == "yes"