From d4f8287a45c85630560cc88c67c9dba47ae05f35 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 25 Apr 2008 10:44:00 +0000 Subject: [PATCH] Typo. --- pa_bitmatch.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pa_bitmatch.ml b/pa_bitmatch.ml index 77d9d1f..b5e9758 100644 --- a/pa_bitmatch.ml +++ b/pa_bitmatch.ml @@ -15,7 +15,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * $Id: pa_bitmatch.ml,v 1.6 2008-04-02 08:05:58 rjones Exp $ + * $Id: pa_bitmatch.ml,v 1.7 2008-04-25 10:44:00 rjones Exp $ *) open Printf @@ -175,7 +175,7 @@ let output_constructor _loc fields = (* Bitstrings are created like the 'Buffer' module (in fact, using * the Buffer module), by appending snippets to a growing buffer. - * This is reasonable efficient and avoids a lot of garbage. + * This is reasonably efficient and avoids a lot of garbage. *) let buffer = gensym "buffer" in -- 1.8.3.1