瀏覽代碼

Merged revisions 993 via svnmerge from
/trunk

git-svn-id: branches/fixes_2_0@1005 -

peter 20 年之前
父節點
當前提交
c0b977fc49
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/msg/errore.msg

+ 2 - 2
compiler/msg/errore.msg

@@ -1495,10 +1495,10 @@ cg_w_parasize_too_big=06041_W_Parameters size exceeds limit for certain cpu's
 % This indicates that you are declaring more than 64K of parameters, which
 % might not be supported on other processor targets.
 cg_w_localsize_too_big=06042_W_Local variable size exceed limit for certain cpu's
-% This indicates that you are declaring more than 32K of lcoal variables, which
+% This indicates that you are declaring more than 32K of local variables, which
 % might not be supported on other processor targets.
 cg_e_localsize_too_big=06043_E_Local variables size exceeds supported limit
-% This indicates that you are declaring more than 32K of lcoal variables, which
+% This indicates that you are declaring more than 32K of local variables, which
 % is not supported by this processor.
 cg_e_break_not_allowed=06044_E_BREAK not allowed
 % You're trying to use \var{break} outside a loop construction.