summaryrefslogtreecommitdiff
path: root/include/linux/agp_backend.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/linux/agp_backend.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/linux/agp_backend.h')
-rw-r--r--include/linux/agp_backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/agp_backend.h b/include/linux/agp_backend.h
index e8fec2776624..36568e4a3d14 100644
--- a/include/linux/agp_backend.h
+++ b/include/linux/agp_backend.h
@@ -160,7 +160,7 @@ extern agp_memory *agp_allocate_memory(size_t, u32);
* an u32 argument of the type of memory to be allocated.
* Every agp bridge device will allow you to allocate
* AGP_NORMAL_MEMORY which maps to physical ram. Any other
- * type is device dependant.
+ * type is device dependent.
*
* It returns NULL whenever memory is unavailable.
*