diff options
Diffstat (limited to 'include/clang/Sema/Sema.h')
-rw-r--r-- | include/clang/Sema/Sema.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h index 16411a0fe6..e6412d3d45 100644 --- a/include/clang/Sema/Sema.h +++ b/include/clang/Sema/Sema.h @@ -1078,7 +1078,7 @@ public: /// \brief The parser has processed a module import declaration. /// - /// \param ImportLoc The location of the '__import__' keyword. + /// \param ImportLoc The location of the '__import_module__' keyword. /// /// \param ModuleName The name of the module. /// |