Browse Source

rtl/amicommon: fix some comment typos in Sysutils unit. No functional change.

Karoly Balogh 10 months ago
parent
commit
7a31353164
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rtl/amicommon/sysutils.pp

+ 2 - 2
rtl/amicommon/sysutils.pp

@@ -582,7 +582,7 @@ const
                    'PED:',
                    'PRJ:',
                    'PIPE:',   // Pipes
-                   'XPIPE:',  // Extented Pipe
+                   'XPIPE:',  // Extended Pipe
                    'CON:',    // Console
                    'RAW:',    // RAW: Console
                    'KCON:',   // KingCON Console
@@ -590,7 +590,7 @@ const
                    'SER:',    // serial Ports
                    'SER0:',
                    'SER1:',
-                   'PAR:',    // Parallel Porty
+                   'PAR:',    // Parallel Port
                    'PRT:');   // Printer
 
 function IsIllegalDevice(DeviceName: string): Boolean;