mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 07:29:25 +02:00
rtl/amicommon: fix some comment typos in DOS unit. No functional change.
This commit is contained in:
parent
ac4f90b4a7
commit
a602ae8685
@ -579,7 +579,7 @@ const
|
|||||||
'PED:',
|
'PED:',
|
||||||
'PRJ:',
|
'PRJ:',
|
||||||
'PIPE:', // Pipes
|
'PIPE:', // Pipes
|
||||||
'XPIPE:', // Extented Pipe
|
'XPIPE:', // Extended Pipe
|
||||||
'CON:', // Console
|
'CON:', // Console
|
||||||
'RAW:', // RAW: Console
|
'RAW:', // RAW: Console
|
||||||
'KCON:', // KingCON Console
|
'KCON:', // KingCON Console
|
||||||
@ -587,7 +587,7 @@ const
|
|||||||
'SER:', // serial Ports
|
'SER:', // serial Ports
|
||||||
'SER0:',
|
'SER0:',
|
||||||
'SER1:',
|
'SER1:',
|
||||||
'PAR:', // Parallel Porty
|
'PAR:', // Parallel Port
|
||||||
'PRT:'); // Printer
|
'PRT:'); // Printer
|
||||||
|
|
||||||
function IsIllegalDevice(DeviceName: string): Boolean;
|
function IsIllegalDevice(DeviceName: string): Boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user