Fix typos/grammar in comments & docs

This commit is contained in:
Christopher Rogers
2018-07-03 14:31:36 +09:00
parent e3aa53cd3b
commit dff1d8983d
4 changed files with 4 additions and 4 deletions

View File

@@ -151,7 +151,7 @@ public:
};
private:
/// If non-NULL, an plug-in that should be used when performing external
/// If non-NULL, a plug-in that should be used when performing external
/// lookups.
// FIXME: Do we really need to bloat all modules with this?
DebuggerClient *DebugClient = nullptr;