aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-04-23 08:58:34 -0700
committerGitHub <noreply@github.com>2019-04-23 08:58:34 -0700
commitf66792c43afeacdcceedde83785471e51ee12593 (patch)
treee3fe26720e424d544375816700312e04a96a2f64 /README.md
parentc84cdc711c6f78175c3ef236c3aa7640d7485b79 (diff)
downloadyosys-f66792c43afeacdcceedde83785471e51ee12593.tar.gz
yosys-f66792c43afeacdcceedde83785471e51ee12593.tar.bz2
yosys-f66792c43afeacdcceedde83785471e51ee12593.zip
Fix spelling
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 46bed4242..7b4477053 100644
--- a/README.md
+++ b/README.md
@@ -370,7 +370,7 @@ Verilog Attributes and non-standard features
- When defining a macro with `define, all text between triple double quotes
is interpreted as macro body, even if it contains unescaped newlines. The
- tipple double quotes are removed from the macro body. For example:
+ triple double quotes are removed from the macro body. For example:
`define MY_MACRO(a, b) """
assign a = 23;