Sfoglia il codice sorgente

- dec(comment_typos,2);

git-svn-id: trunk@8130 -
Károly Balogh 18 anni fa
parent
commit
bee56abb78
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      rtl/unix/sockets.pp

+ 2 - 2
rtl/unix/sockets.pp

@@ -18,11 +18,11 @@ Uses baseunix,UnixType;
 {$endif}
 
 {$ifdef FreeBSD}
-{$DEFINE SOCK_HAS_SINLEN}               // BSD definition of scoketaddr
+{$DEFINE SOCK_HAS_SINLEN}               // BSD definition of socketaddr
 {$endif}
 
 {$ifdef Darwin}
-{$DEFINE SOCK_HAS_SINLEN}               // BSD definition of scoketaddr
+{$DEFINE SOCK_HAS_SINLEN}               // BSD definition of socketaddr
 {$endif}
 
 {$i unxsockh.inc}