Taddeus Kroes 12 年之前
父节点
当前提交
f9487acd48
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      phases/desug.mli

+ 1 - 1
phases/desug.mli

@@ -3,7 +3,7 @@
 
 (** {2 Split variable initialisations}
 
-    Variable initialisations are splint into declarations and assignments, to
+    Variable initialisations are split into declarations and assignments, to
     generalize the AST format. This makes context analysis easier, since
     initialisations need not be considered. The assignments are placed in the
     function body, after local fuction declarations (which are not in the