Skip to content

Commit 2d531fb

Browse files
authored
linux: fix grammar in clipboard_read comment (#74)
1 parent ff6477e commit 2d531fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clipboard_linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ unsigned long read_data(XSelectionEvent *sev, Atom sel, Atom prop, Atom target,
217217
}
218218

219219
// clipboard_read reads the clipboard selection in given format typ.
220-
// the readed bytes is written into buf and returns the size of the buffer.
220+
// the read bytes are written into buf and returns the size of the buffer.
221221
//
222222
// The caller of this function should responsible for the free of the buf.
223223
unsigned long clipboard_read(char* typ, char **buf) {

0 commit comments

Comments
 (0)