summaryrefslogtreecommitdiff
path: root/include/asm-ppc/system.h
diff options
context:
space:
mode:
authorSteven Cole <elenstev@mesatop.com>2003-02-06 16:11:08 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-02-06 16:11:08 -0800
commitda11be46accaae5bbe089161b00e43a67097308d (patch)
tree887acd8441ac04f4eb4b321858ec64b01dacf176 /include/asm-ppc/system.h
parentdb2ee2055d4d52891d531b7678e43e041c48e489 (diff)
[PATCH] Spelling fixes for consistent, dependent, persistent
This fixes the following common misspellings and their variants. consistant -> consistent dependant -> dependent persistant -> persistent
Diffstat (limited to 'include/asm-ppc/system.h')
-rw-r--r--include/asm-ppc/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/system.h b/include/asm-ppc/system.h
index ca47022e92ea..837f9bc6bab5 100644
--- a/include/asm-ppc/system.h
+++ b/include/asm-ppc/system.h
@@ -22,7 +22,7 @@
* mb() prevents loads and stores being reordered across this point.
* rmb() prevents loads being reordered across this point.
* wmb() prevents stores being reordered across this point.
- * read_barrier_depends() prevents data-dependant loads being reordered
+ * read_barrier_depends() prevents data-dependent loads being reordered
* across this point (nop on PPC).
*
* We can use the eieio instruction for wmb, but since it doesn't