diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-06-30 12:27:16 -0400 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-06-30 12:27:16 -0400 |
commit | 80f7228b59e4bbe9d840af3ff0f2fe480d6e7c79 (patch) | |
tree | 08e6d2365abeafd7bfcc0fd7485db9055463d72c /Documentation | |
parent | 47bdd718c6547d84c8e140cd0f495c016f13b08b (diff) |
typo fixes: occuring -> occurring
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/memory-barriers.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/memory-barriers.txt b/Documentation/memory-barriers.txt index cf0d5416a4c3..28d1bc3edb1c 100644 --- a/Documentation/memory-barriers.txt +++ b/Documentation/memory-barriers.txt | |||
@@ -602,7 +602,7 @@ Consider the following sequence of events: | |||
602 | 602 | ||
603 | This sequence of events is committed to the memory coherence system in an order | 603 | This sequence of events is committed to the memory coherence system in an order |
604 | that the rest of the system might perceive as the unordered set of { STORE A, | 604 | that the rest of the system might perceive as the unordered set of { STORE A, |
605 | STORE B, STORE C } all occuring before the unordered set of { STORE D, STORE E | 605 | STORE B, STORE C } all occurring before the unordered set of { STORE D, STORE E |
606 | }: | 606 | }: |
607 | 607 | ||
608 | +-------+ : : | 608 | +-------+ : : |