summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/screen.h')
-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.