typos in comment

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13399 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2013-03-17 15:46:15 +00:00
parent 2af9e254d1
commit 03d5a3378a
1 changed files with 2 additions and 2 deletions

View File

@ -30,12 +30,12 @@ open Printf
(* (*
Many functions on the various data structures ofthe algorithm : Many functions on the various data structures of the algorithm :
- Pattern matrices. - Pattern matrices.
- Default environments: mapping from matrices to exit numbers. - Default environments: mapping from matrices to exit numbers.
- Contexts: matrices whose column are partitioned into - Contexts: matrices whose column are partitioned into
left and right. left and right.
- Jump sumaries: mapping from exit numbers to contexts - Jump summaries: mapping from exit numbers to contexts
*) *)
type matrix = pattern list list type matrix = pattern list list