aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-canon.adb
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-09-16 08:52:32 +0200
committerGitHub <noreply@github.com>2021-09-16 08:52:32 +0200
commit2b31dea10d5a328b15e47723b5d03422ac538320 (patch)
treeb76b5f01e43e89c24a22c8f218c396d3af12176b /src/vhdl/vhdl-canon.adb
parent422723e31d8642f9674e7ba10975545f612e9bee (diff)
downloadghdl-2b31dea10d5a328b15e47723b5d03422ac538320.tar.gz
ghdl-2b31dea10d5a328b15e47723b5d03422ac538320.tar.bz2
ghdl-2b31dea10d5a328b15e47723b5d03422ac538320.zip
Fixed some typos (#1868)
Diffstat (limited to 'src/vhdl/vhdl-canon.adb')
-rw-r--r--src/vhdl/vhdl-canon.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/vhdl-canon.adb b/src/vhdl/vhdl-canon.adb
index 1db61ad63..563668125 100644
--- a/src/vhdl/vhdl-canon.adb
+++ b/src/vhdl/vhdl-canon.adb
@@ -240,11 +240,11 @@ package body Vhdl.Canon is
| Iir_Kind_Above_Attribute
| Iir_Kind_External_Signal_Name =>
-- LRM 8.1
- -- A simple name that denotes a signal, add the longuest static
+ -- A simple name that denotes a signal, add the longest static
-- prefix of the name to the sensitivity set;
--
-- An attribute name: if the designator denotes a signal
- -- attribute, add the longuest static prefix of the name of the
+ -- attribute, add the longest static prefix of the name of the
-- implicit signal denoted by the attribute name to the
-- sensitivity set; [...]
if not Is_Target then