From f65d5024a831d7177b15224c508c15b7d0373a8e Mon Sep 17 00:00:00 2001 From: silicon Date: Sat, 4 Apr 2026 00:59:38 +0530 Subject: [PATCH] Fix spacing in compile command comment --- examples/hello.vl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello.vl b/examples/hello.vl index cf1d16dad..39c9fedbd 100644 --- a/examples/hello.vl +++ b/examples/hello.vl @@ -25,7 +25,7 @@ * * Compile this program with the command: * - * iverilog -ohello hello.vl + * iverilog -o hello hello.vl * * After churning for a little while, the program will create the output * file "hello" which is compiled, linked and ready to run. Run this