aboutsummaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-09-23 07:25:06 +0200
committerTristan Gingold <tgingold@free.fr>2018-09-23 07:25:06 +0200
commit87da3b4fe3478295241bff8f6f400ab3aa097a7a (patch)
treecbfbc1ee649be4924e8fcdd3610a7bdf5ef90907 /libraries
parent2ac3808f465ec736a1359d35426fb49c1dfe58dd (diff)
downloadghdl-87da3b4fe3478295241bff8f6f400ab3aa097a7a.tar.gz
ghdl-87da3b4fe3478295241bff8f6f400ab3aa097a7a.tar.bz2
ghdl-87da3b4fe3478295241bff8f6f400ab3aa097a7a.zip
Improve doc, fix English typo.
Diffstat (limited to 'libraries')
-rw-r--r--libraries/std/textio_body.vhdl2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/std/textio_body.vhdl b/libraries/std/textio_body.vhdl
index 36a11fc23..83a9a00da 100644
--- a/libraries/std/textio_body.vhdl
+++ b/libraries/std/textio_body.vhdl
@@ -27,7 +27,7 @@ package body textio is
-- value 0 for the FIELD parameter has the effect of causing the string
-- value to be contained in a field of exactly the right widteh (i.e., no
-- additional leading or tailing spaces). Parameter JUSTIFIED specified
- -- wether the string value is to be right- or left-justified within the
+ -- whether the string value is to be right- or left-justified within the
-- field; the default is right-justified. If the FIELD parameter describes
-- a field width larger than the number of characters in the string value,
-- space characters are used to fill the remaining characters in the field.