diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/Marker.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/Marker.cs
index d989190369..a4a39e360b 100644
--- a/BizHawk.Client.EmuHawk/tools/TAStudio/Marker.cs
+++ b/BizHawk.Client.EmuHawk/tools/TAStudio/Marker.cs
@@ -8,7 +8,7 @@ using BizHawk.Client.Common;
namespace BizHawk.Client.EmuHawk
{
///
- /// Represents a TasStudio Marker
+ /// Represents a TasMovie Marker
/// A marker is a tagged frame with a message
///
public class Marker
@@ -77,7 +77,7 @@ namespace BizHawk.Client.EmuHawk
///
/// Specialized Marker that represents the currently emulated frame
- /// Frame always points to Global.Emulator.Frame, and settings it isn't possible
+ /// Frame always points to Global.Emulator.Frame, and setting it isn't possible
///
public class CurrentFrameMarker : Marker
{