From 4d03ce7e0709d043ed33d984b016847402f03f66 Mon Sep 17 00:00:00 2001 From: Per Thomas Lundal Date: Thu, 3 Apr 2014 21:30:06 +0200 Subject: [PATCH] Fix typo --- report.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.tex b/report.tex index ffe8d4d..6fcf8b7 100644 --- a/report.tex +++ b/report.tex @@ -58,7 +58,7 @@ \subsection{Delta Correlation Prefetching} \subsection{Global History Buffer} -History based prefetchers need to store access patterns efficient data structure that enables quick access. +History based prefetchers need to store access patterns in efficient data structures that enable quick access. One such data structure is the Global History Buffer (GHB) \cite{ghb} which is shown in Fig.~\ref{fig:ghb}. GHB is an $n$-entry First-In, First-Out (FIFO) queue implemented as a circular buffer. It stores the $n$ most recent L1 cache misses in entries that contain the miss address and a link pointer.