Fix common misspellings
[deliverable/linux.git] / include / drm / drm_mm.h
index b1e7809e5e15a856546cf8236568a80ddc7a26c4..c2f93a8ae2e14b414bc6976c811f92406f7c4557 100644 (file)
@@ -56,7 +56,7 @@ struct drm_mm_node {
 };
 
 struct drm_mm {
-       /* List of all memory nodes that immediatly preceed a free hole. */
+       /* List of all memory nodes that immediately precede a free hole. */
        struct list_head hole_stack;
        /* head_node.node_list is the list of all memory nodes, ordered
         * according to the (increasing) start address of the memory node. */
This page took 0.026921 seconds and 5 git commands to generate.