[libvirt] [PATCH] tests: Fix grammar in comments.

Andrea Bolognani abologna at redhat.com
Tue Apr 28 15:43:12 UTC 2015


Replace all occurrences of "stream write to differences to"
with "stream to write differences to".
---
 tests/testutils.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/testutils.c b/tests/testutils.c
index 6a8fe6a..89026c6 100644
--- a/tests/testutils.c
+++ b/tests/testutils.c
@@ -458,7 +458,7 @@ virtTestCaptureProgramOutput(const char *const argv[] ATTRIBUTE_UNUSED,
 
 
 /**
- * @param stream: output stream write to differences to
+ * @param stream: output stream to write differences to
  * @param expect: expected output text
  * @param expectName: name designator of the expected text
  * @param actual: actual output text
@@ -532,7 +532,7 @@ int virtTestDifferenceFull(FILE *stream,
 }
 
 /**
- * @param stream: output stream write to differences to
+ * @param stream: output stream to write differences to
  * @param expect: expected output text
  * @param actual: actual output text
  *
@@ -548,7 +548,7 @@ int virtTestDifference(FILE *stream,
 
 
 /**
- * @param stream: output stream write to differences to
+ * @param stream: output stream to write differences to
  * @param expect: expected output text
  * @param actual: actual output text
  *
-- 
2.1.0




More information about the libvir-list mailing list