Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SOURCE_TOOLS/postcompile.pl

    r5675 r6141  
    5959 
    6060    if ($msg =~ $reg_shadow_warning) { 
    61       if (not $' =~ /this/) { # dont store this warnings (no location follows) 
     61      if (not $' =~ /this/) { # don't store this warnings (no location follows) 
    6262        store_shadow($_); 
    6363        $_ = undef; 
     
    6868      else { 
    6969        if ($file =~ $reg_user_include or $file eq '<built-in>') { 
    70           # dont warn about /usr/include or <built-in> shadowing 
     70          # don't warn about /usr/include or <built-in> shadowing 
    7171          $_ = undef; 
    7272          @included = ();