[Spice-devel] [PATCH xf86-video-qxl 01/13] spiceqxl: Xspice is spelled with a lower s

Alon Levy alevy at redhat.com
Mon Apr 9 10:33:07 PDT 2012


---
 src/spiceqxl_io_port.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/spiceqxl_io_port.c b/src/spiceqxl_io_port.c
index da99225..ea02ac1 100644
--- a/src/spiceqxl_io_port.c
+++ b/src/spiceqxl_io_port.c
@@ -252,10 +252,10 @@ void ioport_write(qxl_screen_t *qxl, uint32_t io_port, uint32_t val)
         qxl_hard_reset(qxl);
         break;
     case QXL_IO_MEMSLOT_ADD:
-        dprint(1, "QXL_IO_MEMSLOT_ADD - should not be called (this is XSpice)\n");
+        dprint(1, "QXL_IO_MEMSLOT_ADD - should not be called (this is Xspice)\n");
         break;
     case QXL_IO_MEMSLOT_DEL:
-        dprint(1, "QXL_IO_MEMSLOT_DEL - should not be called (this is XSpice)\n");
+        dprint(1, "QXL_IO_MEMSLOT_DEL - should not be called (this is Xspice)\n");
         break;
     case QXL_IO_CREATE_PRIMARY:
         assert(val == 0);
-- 
1.7.9.3



More information about the Spice-devel mailing list