diff --git a/libretroshare/src/gxs/rsgdp.h b/libretroshare/src/gxs/rsgdp.h index 03c44cb30..9b67da536 100644 --- a/libretroshare/src/gxs/rsgdp.h +++ b/libretroshare/src/gxs/rsgdp.h @@ -38,7 +38,7 @@ typedef std::map > SignedMsgGrp; /*! - * The main role of GDP is the preparation and handing out of messages requested from + * The main role of GDS is the preparation and handing out of messages requested from * RsGeneralExchangeService and RsGeneralExchangeService * It is important to note that no actual messages are passed by this interface as its is expected * architecturally to pass messages to the service via a call back diff --git a/libretroshare/src/gxs/rsgixs.h b/libretroshare/src/gxs/rsgixs.h index 8bf3a0c04..8937d7c5b 100644 --- a/libretroshare/src/gxs/rsgixs.h +++ b/libretroshare/src/gxs/rsgixs.h @@ -4,7 +4,7 @@ /* * libretroshare/src/gxs: gxs.h * - * General Exchange Protocol interface for RetroShare. + * General Identity Exchange Service interface for RetroShare. * * Copyright 2011-2011 by Robert Fernie, Christopher Evi-Prker * @@ -32,7 +32,7 @@ #include /*! - * GIXP: General Identity Exchange Protocol. + * GIXP: General Identity Exchange Service. * * As we're always running into troubles with GPG signatures... we are going to * create a layer of RSA Keys for the following properties: diff --git a/libretroshare/src/gxs/rsgnp.h b/libretroshare/src/gxs/rsgnp.h index c57ad5a4e..77ced32f0 100644 --- a/libretroshare/src/gxs/rsgnp.h +++ b/libretroshare/src/gxs/rsgnp.h @@ -4,7 +4,7 @@ /* * libretroshare/src/gxs: rsgnp.h * - * General Exchange Protocol interface for RetroShare. + * Network Exchange Service interface for RetroShare. * * Copyright 2011-2011 by Robert Fernie, Christopher Evi-Prker *