Typo.
authorRichard W.M. Jones <rich@annexia.org>
Fri, 25 Apr 2008 10:44:00 +0000 (10:44 +0000)
committerRichard W.M. Jones <rich@annexia.org>
Fri, 25 Apr 2008 10:44:00 +0000 (10:44 +0000)
pa_bitmatch.ml

index 77d9d1f..b5e9758 100644 (file)
@@ -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