From: Scott Rifenbark Date: Wed, 27 Mar 2013 19:01:15 +0000 (-0700) Subject: ref-manual: Grammar fix. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff0268829492db58f2bf6e82f5e7ea13c7cf948b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Grammar fix. (From yocto-docs rev: f771d7e3d1b3c5b8fc0dbe20de00debb8ee8cb37) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-bitbake.xml b/documentation/ref-manual/ref-bitbake.xml index f82a4497cf2..d4301708501 100644 --- a/documentation/ref-manual/ref-bitbake.xml +++ b/documentation/ref-manual/ref-bitbake.xml @@ -110,8 +110,8 @@ consuming process, a cache is kept to speed up subsequent parsing. This cache is invalid if the timestamp of the .bb file itself changes, or if the timestamps of any of the include, - configuration or class files the .bb - file depends on changes. + configuration files or class files on which the + .bb file depends change.