diff options
Diffstat (limited to 'clang-tools-extra/clangd/Context.h')
| -rw-r--r-- | clang-tools-extra/clangd/Context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/Context.h b/clang-tools-extra/clangd/Context.h index 01b592fb00f..71aeaba9525 100644 --- a/clang-tools-extra/clangd/Context.h +++ b/clang-tools-extra/clangd/Context.h @@ -83,7 +83,7 @@ private: public: /// Same as Context::empty(), please use Context::empty() instead. /// Constructor is defined to workaround a bug in MSVC's version of STL. - /// (arguments of std::future<> must be default-construcitble in MSVC). + /// (arguments of std::future<> must be default-constructible in MSVC). Context() = default; /// Copy operations for this class are deleted, use an explicit clone() method |

