typo fixes: aera -> area, exntension -> extension
authorWang YanQing <udknight@gmail.com>
Thu, 8 Dec 2011 04:00:27 +0000 (12:00 +0800)
committerJiri Kosina <jkosina@suse.cz>
Fri, 9 Dec 2011 14:22:07 +0000 (15:22 +0100)
One printk and one comment typo fix.

Signed-off-by: Wang YanQing <udknight@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/x86/pci/pcbios.c
net/ipv4/netfilter/nf_nat_core.c

index db0e9a51e611dcaeb66b8b7b961312ac2f0795c1..da8fe0535ff48950789ed8f1588d0ab7e650fbba 100644 (file)
@@ -44,7 +44,7 @@ static inline void set_bios_x(void)
        pcibios_enabled = 1;
        set_memory_x(PAGE_OFFSET + BIOS_BEGIN, (BIOS_END - BIOS_BEGIN) >> PAGE_SHIFT);
        if (__supported_pte_mask & _PAGE_NX)
-               printk(KERN_INFO "PCI : PCI BIOS aera is rw and x. Use pci=nobios if you want it NX.\n");
+               printk(KERN_INFO "PCI : PCI BIOS area is rw and x. Use pci=nobios if you want it NX.\n");
 }
 
 /*
index 447bc5cfdc6c83703215db60a9ea631ef46774c8..072bb53303154ae4b86bca42c8b2ad2c0c7ddb33 100644 (file)
@@ -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,
This page took 0.027534 seconds and 5 git commands to generate.