Typo fixed.

This commit is contained in:
Tobias Brunner 2010-05-18 13:59:23 +02:00
parent 26ec52a405
commit 9ffb475e5d
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
typedef struct private_pluto_t private_pluto_t;
/**
* Private additions to hydra_t.
* Private additions to pluto_t.
*/
struct private_pluto_t {
@ -31,7 +31,7 @@ struct private_pluto_t {
};
/**
* Single instance of hydra_t.
* Single instance of pluto_t.
*/
pluto_t *pluto;