diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-07-02 10:40:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-04 14:48:16 +0100 |
commit | f7cce1bb9169da59e8b4463b1133f5bc97eb9d98 (patch) | |
tree | c2d8e55d241acb51a3629a18b6a387de43f17e17 /documentation/poky-ref-manual/technical-details.xml | |
parent | 9568530dd9083638a6648db21d391e7a1325a4ba (diff) | |
download | poky-f7cce1bb9169da59e8b4463b1133f5bc97eb9d98.tar.gz |
shared state memory -> shared state cache
"shared state cache" is the generally accepted term for this.
(From yocto-docs rev: a15f629afe46e7217182a1ac077ab59641be9a8c)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/technical-details.xml')
-rw-r--r-- | documentation/poky-ref-manual/technical-details.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml index a63943e0c6..4cc1a7b395 100644 --- a/documentation/poky-ref-manual/technical-details.xml +++ b/documentation/poky-ref-manual/technical-details.xml | |||
@@ -525,7 +525,7 @@ | |||
525 | <title>Invalidating Shared State</title> | 525 | <title>Invalidating Shared State</title> |
526 | 526 | ||
527 | <para> | 527 | <para> |
528 | The shared state code uses checksums and shared state memory | 528 | The shared state code uses checksums and shared state |
529 | cache to avoid unnecessarily rebuilding tasks. | 529 | cache to avoid unnecessarily rebuilding tasks. |
530 | As with all schemes, this one has some drawbacks. | 530 | As with all schemes, this one has some drawbacks. |
531 | It is possible that you could make implicit changes that are not factored | 531 | It is possible that you could make implicit changes that are not factored |