diff options
author | Wang YanQing <udknight@gmail.com> | 2011-12-08 12:00:27 +0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-12-09 15:22:07 +0100 |
commit | 819a693b5a503788a7af54a3d95c4857780a7230 (patch) | |
tree | b91788288c6cc851baf0e460e59568e5fb5dbe52 /net | |
parent | bc28633eb4fa78cedadf863c87fb1e47dc18414f (diff) | |
download | linux-stable-819a693b5a503788a7af54a3d95c4857780a7230.tar.gz linux-stable-819a693b5a503788a7af54a3d95c4857780a7230.tar.bz2 linux-stable-819a693b5a503788a7af54a3d95c4857780a7230.zip |
typo fixes: aera -> area, exntension -> extension
One printk and one comment typo fix.
Signed-off-by: Wang YanQing <udknight@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/netfilter/nf_nat_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/nf_nat_core.c b/net/ipv4/netfilter/nf_nat_core.c index 447bc5cfdc6c..072bb5330315 100644 --- a/net/ipv4/netfilter/nf_nat_core.c +++ b/net/ipv4/netfilter/nf_nat_core.c @@ -318,7 +318,7 @@ nf_nat_setup_info(struct nf_conn *ct, srchash = hash_by_src(net, nf_ct_zone(ct), &ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple); spin_lock_bh(&nf_nat_lock); - /* nf_conntrack_alter_reply might re-allocate exntension aera */ + /* nf_conntrack_alter_reply might re-allocate extension area */ nat = nfct_nat(ct); nat->ct = ct; hlist_add_head_rcu(&nat->bysource, |