소스 검색

* fixed typo in comment

git-svn-id: trunk@30079 -
Jonas Maebe 10 년 전
부모
커밋
b4033efc00
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/inc/generic.inc

+ 1 - 1
rtl/inc/generic.inc

@@ -1090,7 +1090,7 @@ function Utf8CodePointLen(P: PAnsiChar; MaxLookAhead: SizeInt; IncludeCombiningD
         result:=0;
         exit;
       end;
-    { inlcude the first byte }
+    { include the first byte }
     result:=1;
     { multiple byte utf-8 code point? }
     if p[0]>#127 then