summary refs log tree commit diff
diff options
context:
space:
mode:
authortobias <tobias>2009-11-22 21:38:50 +0000
committertobias <tobias>2009-11-22 21:38:50 +0000
commitafaf69cefc0f30ae80d842a17cb1b446ec2a6996 (patch)
tree9351d5dd1688cb913798b1c5e567661a5fd5750d
parent85d8697676f81a863b980e12ba0bf7a132f641cf (diff)
downloadcwm-afaf69cefc0f30ae80d842a17cb1b446ec2a6996.tar.gz
cwm-afaf69cefc0f30ae80d842a17cb1b446ec2a6996.tar.xz
cwm-afaf69cefc0f30ae80d842a17cb1b446ec2a6996.zip
Corrected grammar in comment.
ok (and better style suggestion by) oga, okan
-rw-r--r--screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen.c b/screen.c
index 6c7be33..f3f1a5a 100644
--- a/screen.c
+++ b/screen.c
@@ -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;