From b8d5483d4540f031b82119e808e75259b06e1b3f Mon Sep 17 00:00:00 2001 From: Caleb Date: Fri, 9 Feb 2024 09:41:35 -0500 Subject: [PATCH] period to docs --- src/main/scala/backends/calyx/Backend.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/backends/calyx/Backend.scala b/src/main/scala/backends/calyx/Backend.scala index f6009bc6..65718c69 100644 --- a/src/main/scala/backends/calyx/Backend.scala +++ b/src/main/scala/backends/calyx/Backend.scala @@ -761,7 +761,7 @@ private class CalyxBackendHelper { case CLet(_, Some(_: TArray), Some(_)) => throw NotImplemented(s"Calyx backend cannot initialize memories", c.pos) case CLet(id, typ, Some(app: EApp)) => { - // Generate the invocation to run this function + // Generate the invocation to run this function. val (invokeDecl, argSt, invokeControl) = emitInvokeDecl(app) val (typ_b, _) = bitsForType(typ, c.pos)