aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Sema/Sema.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Sema/Sema.h')
-rw-r--r--include/clang/Sema/Sema.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h
index 2b7c6a78e7..086bf23dab 100644
--- a/include/clang/Sema/Sema.h
+++ b/include/clang/Sema/Sema.h
@@ -1120,10 +1120,9 @@ public:
/// \brief The parser has processed a module import declaration.
///
- /// \param AtLoc The location of the '@' symbol, if present.
+ /// \param AtLoc The location of the '@' symbol, if any.
///
- /// \param ImportLoc The location of the '__import_module__' or 'import'
- /// keyword.
+ /// \param ImportLoc The location of the 'import' keyword.
///
/// \param Path The module access path.
DeclResult ActOnModuleImport(SourceLocation AtLoc, SourceLocation ImportLoc,