summaryrefslogtreecommitdiff
path: root/video/IndirectDisplay/IddSampleApp/main.cpp
diff options
context:
space:
mode:
authorShantanu Gupta <[email protected]>2020-02-19 14:43:15 -0800
committerShantanu Gupta <[email protected]>2020-02-19 14:43:15 -0800
commitd7e9cd8ee8aedbaea3bd715f1ddf2fa3bb0168af (patch)
tree94e3636cd425bd4835eb6e4d49fe29d776c85c33 /video/IndirectDisplay/IddSampleApp/main.cpp
parentd43983a97c79e5e7eafb4948fd2678f5e709838b (diff)
minor cleanup
Diffstat (limited to 'video/IndirectDisplay/IddSampleApp/main.cpp')
-rw-r--r--video/IndirectDisplay/IddSampleApp/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/IndirectDisplay/IddSampleApp/main.cpp b/video/IndirectDisplay/IddSampleApp/main.cpp
index c71c04b9..e1d55ee8 100644
--- a/video/IndirectDisplay/IddSampleApp/main.cpp
+++ b/video/IndirectDisplay/IddSampleApp/main.cpp
@@ -72,7 +72,7 @@ int __cdecl main(int argc, wchar_t *argv[])
}
printf("Device created\n\n");
- // No wait for user to indicate the device should be stopped
+ // Now wait for user to indicate the device should be stopped
printf("Press 'x' to exit and destory the software device\n");
bool bExit = false;
do