aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/vhdl/sem.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyGHDL/libghdl/vhdl/sem.py')
-rw-r--r--pyGHDL/libghdl/vhdl/sem.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/pyGHDL/libghdl/vhdl/sem.py b/pyGHDL/libghdl/vhdl/sem.py
index 24a9b44c3..65805ce3c 100644
--- a/pyGHDL/libghdl/vhdl/sem.py
+++ b/pyGHDL/libghdl/vhdl/sem.py
@@ -43,9 +43,9 @@ def Semantic(DesignUnit) -> None:
"""
Do the semantic analysis of design unit :obj:`DesignUnit`.
- Also add a few node or change some nodes, when for exemple an identifier is
- changed into an access to the type.
+ Also add a few node or change some nodes, when for example an identifier is
+ changed into an access to the type.
- :param DesignUnit: Design unit to semantically analyze. Type: ``Iir_Design_Unit``
- """
+ :param DesignUnit: Design unit to semantically analyze. Type: ``Iir_Design_Unit``
+ """
libghdl.vhdl__sem__semantic(DesignUnit)