Skip to content

Commit 8d11caa

Browse files
jonmeowgeoffromer
andcommitted
Update toolchain/check/call.cpp
Co-authored-by: Geoff Romer <[email protected]>
1 parent a5715f4 commit 8d11caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/check/call.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
namespace Carbon::Check {
2121

2222
namespace {
23-
// Entity kinds for the diagnostic. Converted to an int for a select.
23+
// Entity kinds, for diagnostics. Converted to an int for a select.
2424
enum class EntityKind : uint8_t {
2525
Function,
2626
GenericClass,

0 commit comments

Comments
 (0)