summaryrefslogtreecommitdiff
path: root/lib/igt_aux.c
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2015-06-29 16:47:14 +0100
committerThomas Wood <thomas.wood@intel.com>2015-07-02 08:17:17 +0100
commitd01ebbd97ddb323564c75bfaaa374011fde4cd38 (patch)
tree24f31471afbe6972599464f224c24d763456a572 /lib/igt_aux.c
parent8a109f94b9205222f79f20350750b39dd4b068cd (diff)
docs: various documentation fixes
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'lib/igt_aux.c')
-rw-r--r--lib/igt_aux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/igt_aux.c b/lib/igt_aux.c
index 8dfbe5bf..20e7c422 100644
--- a/lib/igt_aux.c
+++ b/lib/igt_aux.c
@@ -249,7 +249,7 @@ static void igt_interactive_info(const char *format, ...)
* @total: total amount of work
*
* This function draws a progress indicator, which is useful for running
- * long-winded tests manually on the console. To avoid spamming logfiles in
+ * long-winded tests manually on the console. To avoid spamming log files in
* automated runs the progress indicator is suppressed when not running on a
* terminal.
*/
@@ -469,7 +469,7 @@ void igt_debug_wait_for_keypress(const char *var)
* When not connected to a terminal interactive_debug is ignored
* and execution immediately continues. For this reason by default this function
* returns true. It returns false only when N/n is pressed indicating the
- * user ins't seeing what was expected.
+ * user isn't seeing what was expected.
*
* Force test fail when N/n is pressed.
*/