Skip to content

Commit c577641

Browse files
committed
libkvs: fix comment typo
Problem: There is an errant typo in which an upper case example is written lower case. Make the example character upper case.
1 parent 0836ef6 commit c577641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/libkvs/kvs_txn_compact.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*
4343
* append "A"
4444
* write "B"
45-
* append "c"
45+
* append "C"
4646
*
4747
* we cannot combine the appends of "A" and "C". In this scenario, we
4848
* generate an EINVAL error to the caller, indicating that the

0 commit comments

Comments
 (0)