From 8c8a7daec264adf62a196686ac3a1a7379ae55a9 Mon Sep 17 00:00:00 2001 From: slmnemo Date: Mon, 16 May 2022 22:41:18 +0000 Subject: [PATCH] Fixed grammar on two comments in bpred.sv --- pipelined/src/ifu/bpred.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelined/src/ifu/bpred.sv b/pipelined/src/ifu/bpred.sv index de2ac72a..2e306dc6 100644 --- a/pipelined/src/ifu/bpred.sv +++ b/pipelined/src/ifu/bpred.sv @@ -116,7 +116,7 @@ module bpred // this predictor will have two pieces of data, // 1) A direction (1 = Taken, 0 = Not Taken) - // 2) Any information which is necessary for the predictor to built it's next state. + // 2) Any information which is necessary for the predictor to build its next state. // For a 2 bit table this is the prediction count. assign SelBPPredF = ((BPInstrClassF[0] & BPPredF[1] & BTBValidF) |