summaryrefslogtreecommitdiffstats
path: root/ksim
diff options
context:
space:
mode:
Diffstat (limited to 'ksim')
-rw-r--r--ksim/monitors/lm_sensors/NVCtrl.h6
-rw-r--r--ksim/monitors/lm_sensors/NVCtrlLib.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/ksim/monitors/lm_sensors/NVCtrl.h b/ksim/monitors/lm_sensors/NVCtrl.h
index 81c9432..55652d7 100644
--- a/ksim/monitors/lm_sensors/NVCtrl.h
+++ b/ksim/monitors/lm_sensors/NVCtrl.h
@@ -482,7 +482,7 @@
/*
- * NV_CTRL_FRAMELOCK_TIMING - this is TRUE when the framelock board is
+ * NV_CTRL_FRAMELOCK_TIMING - this is true when the framelock board is
* receiving timing input.
*/
@@ -491,8 +491,8 @@
#define NV_CTRL_FRAMELOCK_TIMING_TRUE 1
/*
- * NV_CTRL_FLIPPING_ALLOWED - when TRUE, OpenGL will swap by flipping
- * when possible; when FALSE, OpenGL will alway swap by blitting. XXX
+ * NV_CTRL_FLIPPING_ALLOWED - when true, OpenGL will swap by flipping
+ * when possible; when false, OpenGL will alway swap by blitting. XXX
* can this be enabled dynamically?
*/
diff --git a/ksim/monitors/lm_sensors/NVCtrlLib.h b/ksim/monitors/lm_sensors/NVCtrlLib.h
index 8d9cec4..0e2cbe5 100644
--- a/ksim/monitors/lm_sensors/NVCtrlLib.h
+++ b/ksim/monitors/lm_sensors/NVCtrlLib.h
@@ -162,7 +162,7 @@ Bool XNVCtrlSelectNotify (
typedef struct {
int type;
unsigned long serial;
- Bool send_event; /* always FALSE, we don't allow send_events */
+ Bool send_event; /* always false, we don't allow send_events */
Display *display;
Time time;
int screen;