diff options
-rw-r--r-- | raul/AtomRaptor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/raul/AtomRaptor.h b/raul/AtomRaptor.h index ec971e7..b1f74d7 100644 --- a/raul/AtomRaptor.h +++ b/raul/AtomRaptor.h @@ -24,9 +24,9 @@ #define U(x) ((const unsigned char*)(x)) -/** Support for serializing an Atom to/from RDF (via redland aka librdf). +/** Support for serializing an Atom to/from RDF (via raptor, a part of librdf). * - * (Here to prevent a unnecessary redland dependency for Atom). + * (Here to prevent a unnecessary raptor dependency for Atom). * * \ingroup raul */ |