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