Fix common misspellings
[deliverable/linux.git] / include / drm / ttm / ttm_bo_driver.h
index efed0820d9fa8458671745699f44b732616baa8d..8b52c9ab350b064932d759d712fca2d62e711be3 100644 (file)
@@ -223,9 +223,9 @@ struct ttm_mem_type_manager_func {
         * @mem::mm_node should be set to a non-null value, and
         * @mem::start should be set to a value identifying the beginning
         * of the range allocated, and the function should return zero.
-        * If the memory region accomodate the buffer object, @mem::mm_node
+        * If the memory region accommodate the buffer object, @mem::mm_node
         * should be set to NULL, and the function should return 0.
-        * If a system error occured, preventing the request to be fulfilled,
+        * If a system error occurred, preventing the request to be fulfilled,
         * the function should return a negative error code.
         *
         * Note that @mem::mm_node will only be dereferenced by
@@ -841,7 +841,7 @@ extern void ttm_mem_io_unlock(struct ttm_mem_type_manager *man);
  * different order, either by will or as a result of a buffer being evicted
  * to make room for a buffer already reserved. (Buffers are reserved before
  * they are evicted). The following algorithm prevents such deadlocks from
- * occuring:
+ * occurring:
  * 1) Buffers are reserved with the lru spinlock held. Upon successful
  * reservation they are removed from the lru list. This stops a reserved buffer
  * from being evicted. However the lru spinlock is released between the time
This page took 0.026923 seconds and 5 git commands to generate.