소스 검색

* fix copy/paste typo in comments

Sven/Sarah Barth 2 년 전
부모
커밋
32261a0f6d
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      compiler/nadd.pas

+ 4 - 4
compiler/nadd.pas

@@ -4581,22 +4581,22 @@ implementation
             begin
               if is_widestring(ld) then
                 begin
-                   { this is only for add, the comparisaion is handled later }
+                   { this is only for add, the comparison is handled later }
                    expectloc:=LOC_REGISTER;
                 end
               else if is_unicodestring(ld) then
                 begin
-                   { this is only for add, the comparisaion is handled later }
+                   { this is only for add, the comparison is handled later }
                    expectloc:=LOC_REGISTER;
                 end
               else if is_ansistring(ld) then
                 begin
-                   { this is only for add, the comparisaion is handled later }
+                   { this is only for add, the comparison is handled later }
                    expectloc:=LOC_REGISTER;
                 end
               else if is_longstring(ld) then
                 begin
-                   { this is only for add, the comparisaion is handled later }
+                   { this is only for add, the comparison is handled later }
                    expectloc:=LOC_REFERENCE;
                 end
               else