Corrected grammar in comment.

ok (and better style suggestion by) oga, okan
This commit is contained in:
tobias 2009-11-22 21:38:50 +00:00
parent 85d8697676
commit afaf69cefc

View File

@ -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;