diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-07-14 10:59:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-21 10:59:20 +0100 |
commit | 5e6f7fb24d59d4de2b15f0934bb37d871ad1a50c (patch) | |
tree | 3beb921934a5ba77b7f808a1c8519402cd8abb9c | |
parent | dc96712c5333e753704cad0b26efc8ebf3d54e16 (diff) | |
download | poky-5e6f7fb24d59d4de2b15f0934bb37d871ad1a50c.tar.gz |
documentation/kernel-manual/kernel-concepts.xml: Fixed typo (From yocto-docs rev: 333c647c9800d980a17a23b2e96b99a27b1ea656)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/kernel-manual/kernel-concepts.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-manual/kernel-concepts.xml b/documentation/kernel-manual/kernel-concepts.xml index 263e66a307..48914a30b3 100644 --- a/documentation/kernel-manual/kernel-concepts.xml +++ b/documentation/kernel-manual/kernel-concepts.xml | |||
@@ -49,7 +49,7 @@ | |||
49 | <listitem><para>Present a Git tree, that just like the upstream kernel.org tree, has a | 49 | <listitem><para>Present a Git tree, that just like the upstream kernel.org tree, has a |
50 | clear and continuous history.</para></listitem> | 50 | clear and continuous history.</para></listitem> |
51 | <listitem><para>Deliver a key set of supported kernel types, where each type is tailored | 51 | <listitem><para>Deliver a key set of supported kernel types, where each type is tailored |
52 | to a specific use case (i.g. networking, consumer, devices, and so forth).</para></listitem> | 52 | to a specific use case (i.e. networking, consumer, devices, and so forth).</para></listitem> |
53 | <listitem><para>Employ a Git branching strategy that from a customer's point of view | 53 | <listitem><para>Employ a Git branching strategy that from a customer's point of view |
54 | results in a linear path from the baseline kernel.org, through a select group of features and | 54 | results in a linear path from the baseline kernel.org, through a select group of features and |
55 | ends with their BSP-specific commits.</para></listitem> | 55 | ends with their BSP-specific commits.</para></listitem> |