aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_log.c
diff options
context:
space:
mode:
authorAdam Buchbinder <adam.buchbinder@gmail.com>2012-09-19 21:47:58 -0400
committerJiri Kosina <jkosina@suse.cz>2012-11-19 14:29:46 +0100
commitd93cf0687c9853bf91b1b9a5124ab97ebc47e00c (patch)
treee178efc4a67fdfeb1d36e32ce857efd12d10ab05 /net/netfilter/nf_log.c
parentdoc: fix quite a few typos within Documentation (diff)
downloadlinux-dev-d93cf0687c9853bf91b1b9a5124ab97ebc47e00c.tar.xz
linux-dev-d93cf0687c9853bf91b1b9a5124ab97ebc47e00c.zip
various: Fix spelling of "registered" in comments.
Some comments misspell "registered"; this fixes them. No code changes. Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'net/netfilter/nf_log.c')
-rw-r--r--net/netfilter/nf_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/nf_log.c b/net/netfilter/nf_log.c
index 703fb26aa48d..9e312695c818 100644
--- a/net/netfilter/nf_log.c
+++ b/net/netfilter/nf_log.c
@@ -32,7 +32,7 @@ static struct nf_logger *__find_logger(int pf, const char *str_logger)
return NULL;
}
-/* return EEXIST if the same logger is registred, 0 on success. */
+/* return EEXIST if the same logger is registered, 0 on success. */
int nf_log_register(u_int8_t pf, struct nf_logger *logger)
{
const struct nf_logger *llog;