From 31679685a3339eaca28bf733b9d81cef25531998 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Wed, 11 Mar 2026 15:38:59 +1300 Subject: [PATCH] symfpu: Missed a space --- passes/cmds/symfpu.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passes/cmds/symfpu.cc b/passes/cmds/symfpu.cc index acb33f37b..923b277b4 100644 --- a/passes/cmds/symfpu.cc +++ b/passes/cmds/symfpu.cc @@ -421,7 +421,7 @@ struct SymFpuPass : public Pass { content_root->usage("symfpu [size] [-op ] [-rm ]"); content_root->paragraph( - "Generates netlist for given floating point operation with floating point inputs" + "Generates netlist for given floating point operation with floating point inputs " "a, b, c, floating point output o, 5-bit input rm (rounding mode), and " "5 single-bit outputs NV (invalid operation), DZ (divide by zero), OF (overflow), " "UF (underflow), and NX (inexact)."