소스 검색

* typo fixed

git-svn-id: trunk@2785 -
florian 20 년 전
부모
커밋
4443ce0d2a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/arm/aasmcpu.pas

+ 1 - 1
compiler/arm/aasmcpu.pas

@@ -196,7 +196,7 @@ uses
       public
          { the next will reset all instructions that can change in pass 2 }
          procedure ResetPass1;override;
-         procedure ResetPass2;overide;
+         procedure ResetPass2;override;
          function  CheckIfValid:boolean;
          function GetString:string;
          function  Pass1(objdata:TObjData):longint;override;