diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index cd90c10a0b..e72e8f6f5f 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -948,7 +948,7 @@ Furthermore, you must use _append instead of the += operator if you want to avoid ordering issues. - The reason for this is because doing so uncondtionally appends to the variable and + The reason for this is because doing so unconditionally appends to the variable and avoids ordering problems due to the variable being set in image recipes and .bbclass files with operators like ?=. Using _append ensures the operation takes affect. @@ -1676,7 +1676,7 @@ so that there are some definite steps on how to do this. I need more detail her You can use the menuconfig tool and configuration fragments to make sure your .config file is just how you need it. This section describes how to use menuconfig, create and use - configuration fragments, and how to interatively tweak your .config + configuration fragments, and how to interactively tweak your .config file to create the leanest kernel configuration file possible. @@ -1791,7 +1791,7 @@ so that there are some definite steps on how to do this. I need more detail her For each output warning, a message points to the file that contains a list of the options and a pointer to the config fragment that defines them. - Collectively, the files are the key to streamlining the configiguration. + Collectively, the files are the key to streamlining the configuration.