Browse Source

* typo fixed

git-svn-id: trunk@24431 -
florian 12 years ago
parent
commit
c087d97b96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/psub.pas

+ 1 - 1
compiler/psub.pas

@@ -1554,7 +1554,7 @@ implementation
 
 {$ifdef AVR}
             { because of the limited branch distance of cond. branches, they must be replaced
-              somtimes by normal jmps and an inverse branch }
+              sometimes by normal jmps and an inverse branch }
             finalizeavrcode(aktproccode);
 {$endif AVR}