Skip to content

Commit cbd1d48

Browse files
author
David Ungar
committed
Fixed two more \p's.
1 parent b55ec29 commit cbd1d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/Frontend/Frontend.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,12 +346,12 @@ class CompilerInstance {
346346
/// buffer will also have its buffer ID in PrimaryBufferIDs.
347347
std::vector<SourceFile *> PrimarySourceFiles;
348348

349-
/// Return whether there is an entry in PrimaryInputs for buffer \BufID.
349+
/// Return whether there is an entry in PrimaryInputs for buffer \p BufID.
350350
bool isPrimaryInput(unsigned BufID) const {
351351
return PrimaryBufferIDs.count(BufID) != 0;
352352
}
353353

354-
/// Record in PrimaryBufferIDs the fact that \BufID is a primary.
354+
/// Record in PrimaryBufferIDs the fact that \p BufID is a primary.
355355
/// If \p BufID is already in the set, do nothing.
356356
void recordPrimaryInputBuffer(unsigned BufID);
357357

0 commit comments

Comments
 (0)