]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
util: Add space before comment end marker
authorAndrea Bolognani <abologna@redhat.com>
Mon, 14 Sep 2015 09:29:03 +0000 (11:29 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 14 Sep 2015 09:32:44 +0000 (11:32 +0200)
This allows the Wikipedia link to be recognized correctly by eg.
gnome-terminal's Open Link and Copy Link Address features.

src/util/virarch.h

index 3206ce2c0bb3bcc7d4721b2cc244f6deebe9841d..af5ff83528764283df285fcc4e783e27ad3776f9 100644 (file)
@@ -45,7 +45,7 @@ typedef enum {
 
     VIR_ARCH_MIPS64,       /* MIPS        64 BE http://en.wikipedia.org/wiki/MIPS_architecture */
     VIR_ARCH_MIPS64EL,     /* MIPS        64 LE http://en.wikipedia.org/wiki/MIPS_architecture */
-    VIR_ARCH_OR32,         /* OpenRisc    32 BE http://en.wikipedia.org/wiki/OpenRISC#QEMU_support*/
+    VIR_ARCH_OR32,         /* OpenRisc    32 BE http://en.wikipedia.org/wiki/OpenRISC#QEMU_support */
     VIR_ARCH_PARISC,       /* PA-Risc     32 BE http://en.wikipedia.org/wiki/PA-RISC */
     VIR_ARCH_PARISC64,     /* PA-Risc     64 BE http://en.wikipedia.org/wiki/PA-RISC */