All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] documentation/yocto-project-qs/yocto-project-qs.xml: Fixed grammar problem
  2010-12-16 21:19 [PATCH 0/1] Docs: Updating Yocto Quick Start Scott Rifenbark
@ 2010-12-15 23:05 ` Scott Rifenbark
  2010-12-20 14:44   ` Richard Purdie
  2010-12-20 15:48 ` [PATCH 0/1] Docs: Updating Yocto Quick Start Richard Purdie
  1 sibling, 1 reply; 4+ messages in thread
From: Scott Rifenbark @ 2010-12-15 23:05 UTC (permalink / raw)
  To: poky

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
---
 .../yocto-project-qs/yocto-project-qs.xml          |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 6575469..1c45cde 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -269,7 +269,7 @@
      $ poky-qemu qemux86
              </literallayout>
              The build process could take several hours the first time you run it. 
-             Depending on the number of processor and cores, the amount or RAM, the speed of your
+             Depending on the number of processors and cores, the amount or RAM, the speed of your
              internet connection and other factors.
              After the initial build, subsequent builds run much faster.
          </para>
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 0/1] Docs: Updating Yocto Quick Start
@ 2010-12-16 21:19 Scott Rifenbark
  2010-12-15 23:05 ` [PATCH 1/1] documentation/yocto-project-qs/yocto-project-qs.xml: Fixed grammar problem Scott Rifenbark
  2010-12-20 15:48 ` [PATCH 0/1] Docs: Updating Yocto Quick Start Richard Purdie
  0 siblings, 2 replies; 4+ messages in thread
From: Scott Rifenbark @ 2010-12-16 21:19 UTC (permalink / raw)
  To: poky

Fixed a grammar problem in the document.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: srifenbark/qs-work
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=srifenbark/qs-work

Thanks,
    Scott Rifenbark <scott.m.rifenbark@intel.com>
---


Scott Rifenbark (1):
  documentation/yocto-project-qs/yocto-project-qs.xml:  Fixed grammar
    problem

 .../yocto-project-qs/yocto-project-qs.xml          |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] documentation/yocto-project-qs/yocto-project-qs.xml: Fixed grammar problem
  2010-12-15 23:05 ` [PATCH 1/1] documentation/yocto-project-qs/yocto-project-qs.xml: Fixed grammar problem Scott Rifenbark
@ 2010-12-20 14:44   ` Richard Purdie
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2010-12-20 14:44 UTC (permalink / raw)
  To: Scott Rifenbark; +Cc: poky

On Wed, 2010-12-15 at 15:05 -0800, Scott Rifenbark wrote:
> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
> ---
>  .../yocto-project-qs/yocto-project-qs.xml          |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
> index 6575469..1c45cde 100644
> --- a/documentation/yocto-project-qs/yocto-project-qs.xml
> +++ b/documentation/yocto-project-qs/yocto-project-qs.xml
> @@ -269,7 +269,7 @@
>       $ poky-qemu qemux86
>               </literallayout>
>               The build process could take several hours the first time you run it. 
> -             Depending on the number of processor and cores, the amount or RAM, the speed of your
> +             Depending on the number of processors and cores, the amount or RAM, the speed of your
>               internet connection and other factors.
>               After the initial build, subsequent builds run much faster.
>           </para>

Merged into master, thanks.

Richard



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/1] Docs: Updating Yocto Quick Start
  2010-12-16 21:19 [PATCH 0/1] Docs: Updating Yocto Quick Start Scott Rifenbark
  2010-12-15 23:05 ` [PATCH 1/1] documentation/yocto-project-qs/yocto-project-qs.xml: Fixed grammar problem Scott Rifenbark
@ 2010-12-20 15:48 ` Richard Purdie
  1 sibling, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2010-12-20 15:48 UTC (permalink / raw)
  To: Scott Rifenbark; +Cc: poky

On Thu, 2010-12-16 at 13:19 -0800, Scott Rifenbark wrote:
> Fixed a grammar problem in the document.
> 
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>   Branch: srifenbark/qs-work
>   Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=srifenbark/qs-work
> 
> Thanks,
>     Scott Rifenbark <scott.m.rifenbark@intel.com>

Merged into master, thanks.

Richard



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-12-20 15:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-16 21:19 [PATCH 0/1] Docs: Updating Yocto Quick Start Scott Rifenbark
2010-12-15 23:05 ` [PATCH 1/1] documentation/yocto-project-qs/yocto-project-qs.xml: Fixed grammar problem Scott Rifenbark
2010-12-20 14:44   ` Richard Purdie
2010-12-20 15:48 ` [PATCH 0/1] Docs: Updating Yocto Quick Start Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.