summaryrefslogtreecommitdiff
path: root/app/cwm
diff options
context:
space:
mode:
authorTobias Stoeckmann <tobias@cvs.openbsd.org>2009-11-22 21:38:51 +0000
committerTobias Stoeckmann <tobias@cvs.openbsd.org>2009-11-22 21:38:51 +0000
commitfcbb999f6df7031e2ac24f65c6d200d51774fd3f (patch)
treee63fed7705d60b3903643e09195eddfe53d8695d /app/cwm
parent5295c289d0d5329bd13d77a4353c23233d5a08a2 (diff)
Corrected grammar in comment.
ok (and better style suggestion by) oga, okan
Diffstat (limited to 'app/cwm')
-rw-r--r--app/cwm/screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/cwm/screen.c b/app/cwm/screen.c
index 55136a126..850ac5fd2 100644
--- a/app/cwm/screen.c
+++ b/app/cwm/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;