summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/SourceManager.h
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-06-16 14:23:44 +0000
committerAlp Toker <alp@nuanti.com>2014-06-16 14:23:44 +0000
commitd450c7c91bf124a38f0c860f3085ea7bd631bd2b (patch)
treeba2397b9e763041f0ef037e4ba4724bba309eead /include/clang/Basic/SourceManager.h
parent0860a908c0094e3d9d780edba99de486daa77963 (diff)
Fix typos
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211025 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/SourceManager.h')
-rw-r--r--include/clang/Basic/SourceManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/SourceManager.h b/include/clang/Basic/SourceManager.h
index bea4890ca4..585d13855e 100644
--- a/include/clang/Basic/SourceManager.h
+++ b/include/clang/Basic/SourceManager.h
@@ -1287,7 +1287,7 @@ public:
/// an expansion location, not at the spelling location.
///
/// \returns The presumed location of the specified SourceLocation. If the
- /// presumed location cannot be calculate (e.g., because \p Loc is invalid
+ /// presumed location cannot be calculated (e.g., because \p Loc is invalid
/// or the file containing \p Loc has changed on disk), returns an invalid
/// presumed location.
PresumedLoc getPresumedLoc(SourceLocation Loc,