From e4c05440dd66193bd58c113cc2ab23b07e333cd8 Mon Sep 17 00:00:00 2001 From: Wojciech Zmuda Date: Wed, 11 Dec 2024 00:43:56 +0100 Subject: [PATCH] docs: alu: fix grammar Signed-off-by: Wojciech Zmuda --- docs/ALU Design.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ALU Design.md b/docs/ALU Design.md index 0fd7b7b..cfa0064 100644 --- a/docs/ALU Design.md +++ b/docs/ALU Design.md @@ -157,8 +157,8 @@ each possible pointer type: Some of the implementations may be omitted if they do not reflect LLVM IR semantics for a given instruction. -When the input IR will is parsed and a generic pointer is found, its concrete type must be inferred -from the context, to allow matching with the proper implementation. For example this IR snippet: +When the input IR is parsed and a generic pointer is found, its concrete type must be inferred from +the context, to allow matching with the proper implementation. For example this IR snippet: ```llvm %num = alloca [4 x i8], align 4