diff options
Diffstat (limited to 'inet')
-rw-r--r-- | inet/protocols/rwhod.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inet/protocols/rwhod.h b/inet/protocols/rwhod.h index ad790fc..392d1fc 100644 --- a/inet/protocols/rwhod.h +++ b/inet/protocols/rwhod.h @@ -65,7 +65,7 @@ struct whod { #define WHODVERSION 1 #define WHODTYPE_STATUS 1 /* host status */ -/* We used to define _PATH_RWHOD here but it's now in <paths.h>. */ +/* We used to define _PATH_RWHODIR here but it's now in <paths.h>. */ #include <paths.h> #endif /* protocols/rwhod.h */ |