diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-01-09 03:18:44 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-01-09 03:18:44 +0100 |
commit | cf76346b37ddbd54b8d1fe5580ab813a8165392b (patch) | |
tree | fa14f8df2d8f48ce0d9ad521c961e62b891976ee | |
parent | 35ad5c91361681246105801d42b5e97c59d0d28c (diff) | |
download | plan9front-cf76346b37ddbd54b8d1fe5580ab813a8165392b.tar.xz |
igfx: fix some comments
-rw-r--r-- | sys/src/cmd/aux/vga/igfx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/cmd/aux/vga/igfx.c b/sys/src/cmd/aux/vga/igfx.c index baebdddfc..e650d385f 100644 --- a/sys/src/cmd/aux/vga/igfx.c +++ b/sys/src/cmd/aux/vga/igfx.c @@ -103,7 +103,7 @@ struct Pipe { Plane dsp[1]; /* display plane */ Plane cur[1]; /* cursor plane */ - Pfit *pfit; /* selected pfit */ + Pfit *pfit; /* selected panel fitter */ }; typedef struct Igfx Igfx; @@ -990,7 +990,7 @@ load(Vga* vga, Ctlr* ctlr) loadreg(igfx, igfx->hdmi[x].ctl); } - /* turn on lcd pfit */ + /* program lcd power */ loadreg(igfx, igfx->ppcontrol); ctlr->flag |= Fload; |