From c6eaf9ff2b9ad85378d1debf93645f3779d23a36 Mon Sep 17 00:00:00 2001 From: Rodney Bates Date: Mon, 22 Jan 2018 17:02:58 -0600 Subject: [PATCH] Fix typos in comments. --- m3-sys/m3middle/src/M3CG_Ops.i3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m3-sys/m3middle/src/M3CG_Ops.i3 b/m3-sys/m3middle/src/M3CG_Ops.i3 index b68dbfde7d..1924af4961 100644 --- a/m3-sys/m3middle/src/M3CG_Ops.i3 +++ b/m3-sys/m3middle/src/M3CG_Ops.i3 @@ -232,11 +232,11 @@ declare_local (n: Name; s: ByteSize; a: Alignment; t: Type; m3t: TypeUID; in_memory, up_level: BOOLEAN; f: Frequency): Var; (* Declare a local variable. This can appear either within a - signature, (i.e., after a declare_procedure but before is + signature, (i.e., after a declare_procedure but before its begin_procedure) or inside the body, (i.e., within a begin_procedure/end_procedure pair.) - In a signature, it my be interspersed with declare_param + In a signature, it may be interspersed with declare_param occurences. If it has name 'n' of "_result", it is a compiler- generated local to hold the result of scalar function result. (Compare this to declare_param named "_result".)