From 7a31353164ced364430e6c03c0b656e13360effc Mon Sep 17 00:00:00 2001 From: Karoly Balogh Date: Wed, 30 Oct 2024 23:50:55 +0100 Subject: [PATCH] rtl/amicommon: fix some comment typos in Sysutils unit. No functional change. --- rtl/amicommon/sysutils.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtl/amicommon/sysutils.pp b/rtl/amicommon/sysutils.pp index f612f812ac..80d456acdb 100644 --- a/rtl/amicommon/sysutils.pp +++ b/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;