We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276efbb commit 8eaa4e8Copy full SHA for 8eaa4e8
src/ch/ch_monitor.h
@@ -140,7 +140,7 @@ struct _virCHMonitor {
140
char *buffer;
141
// Offset to which new data from pipe has to be read.
142
size_t buf_offset;
143
- // Size of the data read from pipe in buffer
+ // Size of the data read from pipe in buffer
144
size_t buf_fill_sz;
145
146
virThread event_loop_thread;
0 commit comments