tweak some comments

This commit is contained in:
adelikat 2014-07-09 16:01:57 +00:00
parent 9cc1fb4404
commit 250dcbb108
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ using BizHawk.Client.Common;
namespace BizHawk.Client.EmuHawk
{
/// <summary>
/// Represents a TasStudio Marker
/// Represents a TasMovie Marker
/// A marker is a tagged frame with a message
/// </summary>
public class Marker
@ -77,7 +77,7 @@ namespace BizHawk.Client.EmuHawk
/// <summary>
/// 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
/// </summary>
public class CurrentFrameMarker : Marker
{