diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2022-07-07 17:37:15 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2022-08-01 11:58:02 +0200 |
commit | 7a21bee2aa52fc95b25e38372678986ee94f05f1 (patch) | |
tree | a9f33a9cea93fa7769543b6dd3f01404d3b17fca /contrib | |
parent | ebf705541c03ba90cb93eef605abd18728e0a25b (diff) |
misc: fix commonly doubled up words
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20220707163720.1421716-5-berrange@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/plugins/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/plugins/cache.c b/contrib/plugins/cache.c index b9226e7c40..ac1510aaa1 100644 --- a/contrib/plugins/cache.c +++ b/contrib/plugins/cache.c @@ -38,7 +38,7 @@ enum EvictionPolicy policy; * put in any of the blocks inside the set. The number of block per set is * called the associativity (assoc). * - * Each block contains the the stored tag and a valid bit. Since this is not + * Each block contains the stored tag and a valid bit. Since this is not * a functional simulator, the data itself is not stored. We only identify * whether a block is in the cache or not by searching for its tag. * |