]> rtime.felk.cvut.cz Git - linux-imx.git/blobdiff - drivers/pci/setup-bus.c
Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
[linux-imx.git] / drivers / pci / setup-bus.c
index fdb11770af1ff69b277c20f5307f037673a65060..fb506137aaee57049f615ffb59d50b12a7788eec 100644 (file)
@@ -308,7 +308,7 @@ static void __assign_resources_sorted(struct list_head *head,
         * Should not assign requested resources at first.
         *   they could be adjacent, so later reassign can not reallocate
         *   them one by one in parent resource window.
-        * Try to assign requested + add_size at begining
+        * Try to assign requested + add_size at beginning
         *  if could do that, could get out early.
         *  if could not do that, we still try to assign requested at first,
         *    then try to reassign add_size for some resources.