Skip to content

Commit c8c9818

Browse files
committed
fix comment to refer to GNAT rather than CE edition bug
1 parent 17d7b4b commit c8c9818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/shared/serial_ports/src/serial_io-nonblocking.ads

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ private
9292
IRQ : Interrupt_ID;
9393
IRQ_Priority : Interrupt_Priority)
9494
-- with
95-
-- Interrupt_Priority => IRQ_Priority
95+
-- Interrupt_Priority => IRQ_Priority
9696
is
9797

9898
pragma Interrupt_Priority (IRQ_Priority);
99-
-- use pragma as workaround for bug in CE_2021 frontend (V523-041)
99+
-- use pragma as workaround for bug in GNAT frontend (V523-041)
100100

101101
procedure Start_Sending (Msg : not null access Message);
102102

0 commit comments

Comments
 (0)