From bd721c14838efd92e34e7f82b471aed80444ca81 Mon Sep 17 00:00:00 2001 From: Konst Mayer Date: Wed, 13 Mar 2019 00:14:58 +0700 Subject: [PATCH] Fix a typo in the man page (cherry picked from commit f95ae911d0c5f288af029f0d0c641059f8883865) --- driver/iverilog.man.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/iverilog.man.in b/driver/iverilog.man.in index fbbaa14a5..d08612b5b 100644 --- a/driver/iverilog.man.in +++ b/driver/iverilog.man.in @@ -264,7 +264,7 @@ that contain Verilog source files. During elaboration, the compiler notices the instantiation of undefined module types. If the user specifies library search directories, the compiler will search the directory for files with the name of the missing module type. If it -finds such a file, it loads it as a Verilog source file, they tries +finds such a file, it loads it as a Verilog source file, then tries again to elaborate the module. Library module files should contain only a single module, but this is