diff mbox

[for-4.10] gcov: fix typo in documentation

Message ID 20171026083419.58714-1-roger.pau@citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Roger Pau Monné Oct. 26, 2017, 8:34 a.m. UTC
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: George Dunlap <George.Dunlap@eu.citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Jan Beulich <jbeulich@suse.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
Cc: Tim Deegan <tim@xen.org>
Cc: Wei Liu <wei.liu2@citrix.com>
Cc: Julien Grall <julien.grall@linaro.org>
---
 docs/misc/coverage.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jan Beulich Oct. 26, 2017, 8:44 a.m. UTC | #1
>>> On 26.10.17 at 10:34, <roger.pau@citrix.com> wrote:
> --- a/docs/misc/coverage.markdown
> +++ b/docs/misc/coverage.markdown
> @@ -1,6 +1,6 @@
>  # Coverage support for Xen
>  
> -Coverare support allow you to get coverage information from Xen execution.
> +Coverage support allow you to get coverage information from Xen execution.

How about also adding the missing 's' to "allow" at the same time?

Jan
Roger Pau Monné Oct. 26, 2017, 8:45 a.m. UTC | #2
On Thu, Oct 26, 2017 at 02:44:22AM -0600, Jan Beulich wrote:
> >>> On 26.10.17 at 10:34, <roger.pau@citrix.com> wrote:
> > --- a/docs/misc/coverage.markdown
> > +++ b/docs/misc/coverage.markdown
> > @@ -1,6 +1,6 @@
> >  # Coverage support for Xen
> >  
> > -Coverare support allow you to get coverage information from Xen execution.
> > +Coverage support allow you to get coverage information from Xen execution.
> 
> How about also adding the missing 's' to "allow" at the same time?

Didn't catch that one, thanks.

Roger.
diff mbox

Patch

diff --git a/docs/misc/coverage.markdown b/docs/misc/coverage.markdown
index 9a88c899b8..5976b5faf3 100644
--- a/docs/misc/coverage.markdown
+++ b/docs/misc/coverage.markdown
@@ -1,6 +1,6 @@ 
 # Coverage support for Xen
 
-Coverare support allow you to get coverage information from Xen execution.
+Coverage support allow you to get coverage information from Xen execution.
 You can see how many times a line is executed.
 
 Some compilers have specific options that enable the collection of this