summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--src/spiceqxl_display.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ec4e1a8..ce98566 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Xorg mailing list:
https://lists.x.org/mailman/listinfo/xorg
-The master development code repository can be found at:
+The primary development code repository can be found at:
https://gitlab.freedesktop.org/xorg/driver/xf86-video-qxl
diff --git a/src/spiceqxl_display.c b/src/spiceqxl_display.c
index 7da10f0..d90b8ca 100644
--- a/src/spiceqxl_display.c
+++ b/src/spiceqxl_display.c
@@ -82,7 +82,7 @@ static QXLDevMemSlot slot = {
.qxl_ram_size = ~0,
};
-// TODO - reall dprint, this is just to get it compiling
+// TODO - real dprint, this is just to get it compiling
#define dprint(qxl, lvl, fmt, ...) printf(fmt, __VA_ARGS__)
static void interface_attach_worker(QXLInstance *sin, QXLWorker *qxl_worker)