summaryrefslogtreecommitdiff
path: root/libdrm
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2008-07-03 17:25:37 +0200
committerMaarten Maathuis <madman2003@gmail.com>2008-07-03 17:25:37 +0200
commit11b7a81c8a776aa7761ee03fe55d741a44ba5df7 (patch)
tree5d20d2fae374bc1521824f619d99aaf5d966d069 /libdrm
parent062d85062061199f2326982e27d54955a4ad76dc (diff)
libdrm: fix typo in comment
Diffstat (limited to 'libdrm')
-rw-r--r--libdrm/xf86drmMode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdrm/xf86drmMode.h b/libdrm/xf86drmMode.h
index 9f1e7a26..7afc71d7 100644
--- a/libdrm/xf86drmMode.h
+++ b/libdrm/xf86drmMode.h
@@ -98,7 +98,7 @@ typedef struct _drmModeProperty {
typedef struct _drmModeCrtc {
unsigned int crtc_id;
- unsigned int buffer_id; /**< FB id to connect to 0 = disconnect*/
+ unsigned int buffer_id; /**< FB id to connect to 0 = disconnect */
uint32_t generation;
uint32_t x, y; /**< Position on the frameuffer */
@@ -137,7 +137,7 @@ typedef enum {
typedef struct _drmModeConnector {
uint32_t generation;
unsigned int connector_id;
- unsigned int encoder; /**< Crtc currently connected to */
+ unsigned int encoder; /**< Encoder currently connected to */
unsigned int connector_type;
unsigned int connector_type_id;
drmModeConnection connection;