[PPL-devel] [GIT] ppl/ppl(master): Fixed comment.

Abramo Bagnara abramo.bagnara at gmail.com
Tue Mar 24 12:06:53 CET 2009


Module: ppl/ppl
Branch: master
Commit: d073548700ce6e34904d2cbb360e8c691e7be424
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=d073548700ce6e34904d2cbb360e8c691e7be424

Author: Abramo Bagnara <abramo.bagnara at gmail.com>
Date:   Tue Mar 24 12:07:23 2009 +0100

Fixed comment.

---

 interfaces/C/ppl_c_header.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interfaces/C/ppl_c_header.h b/interfaces/C/ppl_c_header.h
index 6581b43..b89f45e 100644
--- a/interfaces/C/ppl_c_header.h
+++ b/interfaces/C/ppl_c_header.h
@@ -606,7 +606,7 @@ ppl_io_fprint_##Type PPL_PROTO((FILE* stream, ppl_const_##Type##_t x)); \
 /*! \relates ppl_##Type##_tag \brief Prints \p x to a malloc-allocated string, a pointer to which is returned via \p strp. */ \
 int                                                                     \
 ppl_io_asprint_##Type PPL_PROTO((char** strp, ppl_const_##Type##_t x)); \
- /*! \relates ppl_##Type##_tag \brief Print \p x to stream \p s */	\
+ /*! \relates ppl_##Type##_tag \brief Print \p x to stream \p s. */	\
 int                                                                     \
 ppl_io_write_##Type PPL_PROTO((ppl_io_ostream_t s, ppl_const_##Type##_t x));
 




More information about the PPL-devel mailing list