summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-11-12 19:47:13 +0100
committer hap <happppp@users.noreply.github.com>2020-11-12 19:47:38 +0100
commit0cc575a82e9aba25054f1afd0acf752faca3ab5b (patch)
tree245ae16b5bd4d2155c66ffd3e10e4616b7634535 /src/emu
parentc13709f111f4c0c0982bac1b4616589ef2f7d2cc (diff)
misc comments: very unimportant corrections
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/screen.h b/src/emu/screen.h
index 62b32ee8b99..cf7ea4b7ede 100644
--- a/src/emu/screen.h
+++ b/src/emu/screen.h
@@ -320,7 +320,7 @@ public:
/// \brief Set visible area to full area
///
- /// Set visible screen area to the full screen area (i.e. noi
+ /// Set visible screen area to the full screen area (i.e. no
/// horizontal or vertical blanking period). This is generally not
/// possible for raster displays, but is useful for other display
/// simulations. Must be called after calling #set_size.