tree-wide: fix comment/printk typos
[pandora-kernel.git] / kernel / sysctl_binary.c
index 1357c57..d9c5fe4 100644 (file)
@@ -1193,7 +1193,7 @@ static ssize_t bin_dn_node_address(struct file *file,
 
                buf[result] = '\0';
 
-               /* Convert the decnet addresss to binary */
+               /* Convert the decnet address to binary */
                result = -EIO;
                nodep = strchr(buf, '.') + 1;
                if (!nodep)