Fix comment

This commit is contained in:
Maxime Coste 2014-03-20 08:10:31 +00:00
parent 0db39ccfd0
commit 86fd00d1ea

View File

@ -20,9 +20,9 @@ class KeymapManager;
// A Context is used to access non singleton objects for various services
// in commands.
//
// The Context object links an Client, an Editor (which may be a Window),
// and a UserInterface. It may represent an interactive user window, or
// a hook execution or a macro replay.
// The Context object links a Client, a Window, an InputHandler and a
// SelectionList. It may represent an interactive user window, a hook
// execution or a macro replay context.
class Context
{
public: