From 75c255425df3ddd90c848a6940d91e0eb8c6b914 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Sun, 14 Mar 2021 18:40:21 +0000 Subject: [PATCH] compiler: Linguistically untangle comment [nfc] --- artiq/compiler/embedding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/compiler/embedding.py b/artiq/compiler/embedding.py index c327392f8..c39c7a086 100644 --- a/artiq/compiler/embedding.py +++ b/artiq/compiler/embedding.py @@ -522,7 +522,7 @@ class StitchingInferencer(Inferencer): self.engine.process(diag) return - # Figure out what ARTIQ type does the value of the attribute have. + # Figure out the ARTIQ type of the value of the attribute. # We do this by quoting it, as if to serialize. This has some # overhead (i.e. synthesizing a source buffer), but has the advantage # of having the host-to-ARTIQ mapping code in only one place and