From 00cc59e83ae91693f92290d1fb54721a16681b8c Mon Sep 17 00:00:00 2001 From: Sintendo Date: Sat, 20 Feb 2016 22:13:13 +0100 Subject: [PATCH] VideoInterface: Fix comment typo --- Source/Core/Core/HW/VideoInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/HW/VideoInterface.cpp b/Source/Core/Core/HW/VideoInterface.cpp index 3856aa805e..93075d316c 100644 --- a/Source/Core/Core/HW/VideoInterface.cpp +++ b/Source/Core/Core/HW/VideoInterface.cpp @@ -495,7 +495,7 @@ float GetAspectRatio() float horizontal_active_area = tick_length * GetTicksPerSample() * active_width_samples; // We are approximating the horizontal/vertical flyback transformers that control the - // position of the election beam on the screen. Our flyback transformers create a + // position of the electron beam on the screen. Our flyback transformers create a // perfect Sawtooth wave, with a smooth rise and a fall that takes zero time. // For more accurate emulation of video signals out of the 525 or 625 line standards, // it might be necessary to emulate a less precise flyback transformer with more flaws.