Skip to content

Commit 841634a

Browse files
spavloffcor3ntin
andauthored
Update clang/include/clang/Basic/SourceManager.h
Co-authored-by: cor3ntin <[email protected]>
1 parent 95522dc commit 841634a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/SourceManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@ class SourceManager : public RefCountedBase<SourceManager> {
15291529
return Filename == "<scratch space>";
15301530
}
15311531

1532-
/// Returns whether \p Loc is located in a built-ins or command line sources.
1532+
/// Returns whether \p Loc is located in a built-in or command line source.
15331533
bool isInPredefinedFile(SourceLocation Loc) const {
15341534
PresumedLoc Presumed = getPresumedLoc(Loc);
15351535
if (Presumed.isInvalid())

0 commit comments

Comments
 (0)