diff options
Diffstat (limited to 'net/netlabel/netlabel_domainhash.c')
| -rw-r--r-- | net/netlabel/netlabel_domainhash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netlabel/netlabel_domainhash.c b/net/netlabel/netlabel_domainhash.c index 7a10bbe02c1..c5d9f97ef21 100644 --- a/net/netlabel/netlabel_domainhash.c +++ b/net/netlabel/netlabel_domainhash.c @@ -682,7 +682,7 @@ struct netlbl_domaddr6_map *netlbl_domhsh_getentry_af6(const char *domain,   * buckets and @skip_chain entries.  For each entry in the table call   * @callback, if @callback returns a negative value stop 'walking' through the   * table and return.  Updates the values in @skip_bkt and @skip_chain on - * return.  Returns zero on succcess, negative values on failure. + * return.  Returns zero on success, negative values on failure.   *   */  int netlbl_domhsh_walk(u32 *skip_bkt,  |