Explorar o código

* fixed typo in comment

git-svn-id: trunk@30079 -
Jonas Maebe %!s(int64=10) %!d(string=hai) anos
pai
achega
b4033efc00
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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