aboutsummaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
authortobias2009-11-22 21:38:50 +0000
committertobias2009-11-22 21:38:50 +0000
commit2f637a5ba462917ec81f7d7dcfa4ab296a223e61 (patch)
tree2b89d2569b00092b47065ecc35b7b49b32799d40 /screen.c
parenteb8553fcc65a68488f8e20a148245b0db1aa09ec (diff)
downloadcwm-2f637a5ba462917ec81f7d7dcfa4ab296a223e61.tar.gz
Corrected grammar in comment.
ok (and better style suggestion by) oga, okan
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/screen.c b/screen.c
index 55136a1..850ac5f 100644
--- a/screen.c
+++ b/screen.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: screen.c,v 1.17 2009/08/24 21:22:48 oga Exp $
+ * $Id: screen.c,v 1.18 2009/11/22 21:38:50 tobias Exp $
*/
#include "headers.h"
@@ -80,7 +80,7 @@ screen_init_xinerama(struct screen_ctx *sc)
info = XineramaQueryScreens(X_Dpy, &no);
if (info == NULL) {
- /*is xinerama is actually off, instead of a malloc failure? */
+ /* Is xinerama actually off, instead of a malloc failure? */
if (sc->xinerama == NULL)
HasXinerama = 0;
return;