X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=include%2Fgline.h;h=f79b801e3cdfee06c11a603d7e7a3a35b650e26a;hp=44798a61cd7a29fa19a3b9530599be095cf0863b;hb=db5ce1caa14de28c6b333ac3e1484ed068dfd236;hpb=3c91fc4a46bc963b0e71e28a1383874a1593941c diff --git a/include/gline.h b/include/gline.h index 44798a6..f79b801 100644 --- a/include/gline.h +++ b/include/gline.h @@ -50,13 +50,13 @@ struct Gline { struct Gline *gl_next; /**< Next G-line in linked list. */ struct Gline**gl_prev_p; /**< Previous pointer to this G-line. */ char *gl_user; /**< Username mask (or channel/realname mask). */ - char *gl_host; /**< Host prtion of mask. */ + char *gl_host; /**< Host portion of mask. */ char *gl_reason; /**< Reason for G-line. */ time_t gl_expire; /**< Expiration timestamp. */ time_t gl_lastmod; /**< Last modification timestamp. */ time_t gl_lifetime; /**< Record expiration timestamp. */ struct irc_in_addr gl_addr; /**< IP address (for IP-based G-lines). */ - unsigned char gl_bits; /**< Usable bits in gl_addr. */ + unsigned char gl_bits; /**< Bits in gl_addr used in the mask. */ unsigned int gl_flags; /**< G-line status flags. */ enum GlineLocalState gl_state;/**< G-line local state. */ };