aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/pp.mli
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2016-04-07 14:57:21 +0200
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2016-05-04 14:29:34 +0200
commita10bf993c6b4cf253c907b37f32efa7c9aad591a (patch)
treeae01bf5cfac44bc84aa6a8f1f720c4649e2df717 /lib/pp.mli
parent6cc5863b8d0e85c3d4f5e81fce7e9680134708a7 (diff)
typo
Diffstat (limited to 'lib/pp.mli')
-rw-r--r--lib/pp.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pp.mli b/lib/pp.mli
index 2508779e8..98219636b 100644
--- a/lib/pp.mli
+++ b/lib/pp.mli
@@ -168,7 +168,7 @@ val is_message : Xml_datatype.xml -> bool
*
* Morally the parser gets a string and an edit_id, and gives back an AST.
* Feedbacks during the parsing phase are attached to this edit_id.
- * The interpreter assignes an exec_id to the ast, and feedbacks happening
+ * The interpreter assigns an exec_id to the ast, and feedbacks happening
* during interpretation are attached to the exec_id.
* Only one among state_id and edit_id can be provided. *)