]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commitdiff
xen: Fix strange byte in common/Kconfig
authorAnthony PERARD <anthony.perard@citrix.com>
Wed, 23 Oct 2019 16:48:15 +0000 (17:48 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 24 Oct 2019 11:36:56 +0000 (12:36 +0100)
Current description of the file by `file`:
    common/Kconfig: Non-ISO extended-ASCII text

Change that byte to an ascii quote so the file can become properly
encoded, and all ASCII.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Release-acked-by: Juergen Gross <jgross@suse.com>
xen/common/Kconfig

index 7b5dd9d49596c333249ec36956386d37899188b9..5c0f8d30c7093425b5f22f91023624cabe7c7f45 100644 (file)
@@ -386,7 +386,7 @@ config TRACEBUFFER
        default y
        ---help---
          Enable tracing infrastructure and pre-defined tracepoints within Xen.
-         This will allow live information about Xen\92s execution and performance
+         This will allow live information about Xen's execution and performance
          to be collected at run time for debugging or performance analysis.
          Memory and execution overhead when not active is minimal.