Skip to content

Commit ff84a52

Browse files
jonmeowgeoffromer
andauthored
Update toolchain/check/call.cpp
Co-authored-by: Geoff Romer <[email protected]>
1 parent 929b5ca commit ff84a52

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)