Skip to content

Commit de8faa0

Browse files
committed
Update comments.
1 parent 83b44be commit de8faa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/SIL/SILDebugScope.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class ScopeCloner {
9494
const SILDebugScope *getOrCreateClonedScope(const SILDebugScope *OrigScope);
9595
};
9696

97-
/// A SILLocation together with a SILDebugScope.
97+
/// A SILLocation paired with a SILDebugScope.
9898
class SILDebugLocation : public SILAllocated<SILDebugLocation> {
9999
SILLocation Location;
100100
const SILDebugScope *Scope = nullptr;
@@ -109,7 +109,7 @@ class SILDebugLocation : public SILAllocated<SILDebugLocation> {
109109
}
110110
};
111111

112-
/// For use in a DenseMap.
112+
/// Fingerprint a SILDebugLocation for use in a DenseMap.
113113
typedef std::pair<std::pair<const void *, unsigned>, const void *> DebugLocKey;
114114
struct SILDebugLocationID : public DebugLocKey {
115115
SILDebugLocationID(const SILDebugLocation &L)

0 commit comments

Comments
 (0)