Comment and string spell check pass.

This commit is contained in:
Camilla Berglund
2015-01-05 21:55:15 +01:00
parent 3c70155504
commit 439417a22c
16 changed files with 30 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
//========================================================================
// Fullscreen anti-aliasing test
// Full screen anti-aliasing test
// Copyright (c) Camilla Berglund <elmindreda@elmindreda.org>
//
// This software is provided 'as-is', without any express or implied

View File

@@ -24,7 +24,7 @@
//========================================================================
//
// This program is used to test the gamma correction functionality for
// both fullscreen and windowed mode windows
// both full screen and windowed mode windows
//
//========================================================================

View File

@@ -64,8 +64,8 @@ static void usage(void)
printf(" -f require a forward-compatible context\n");
printf(" -h show this help\n");
printf(" -l list all client API extensions after context creation\n");
printf(" -m the major number of the requred client API version\n");
printf(" -n the minor number of the requred client API version\n");
printf(" -m the major number of the required client API version\n");
printf(" -n the minor number of the required client API version\n");
printf(" -p the OpenGL profile to use (" PROFILE_NAME_CORE " or " PROFILE_NAME_COMPAT ")\n");
printf(" -s the robustness strategy to use (" STRATEGY_NAME_NONE " or " STRATEGY_NAME_LOSE ")\n");
}

View File

@@ -24,7 +24,7 @@
//========================================================================
//
// This program is used to test the iconify/restore functionality for
// both fullscreen and windowed mode windows
// both full screen and windowed mode windows
//
//========================================================================

View File

@@ -26,7 +26,7 @@
// This test came about as the result of bug #1262773
//
// It closes and re-opens the GLFW window every five seconds, alternating
// between windowed and fullscreen mode
// between windowed and full screen mode
//
// It also times and logs opening and closing actions and attempts to separate
// user initiated window closing from its own

View File

@@ -1,5 +1,5 @@
//========================================================================
// Multithreading test
// Multi-threading test
// Copyright (c) Camilla Berglund <elmindreda@elmindreda.org>
//
// This software is provided 'as-is', without any express or implied