]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - kernel/sysctl_binary.c
NFSv4: nfs4_state_mark_reclaim_nograce() should be static
[mv-sheeva.git] / kernel / sysctl_binary.c
index 4b2545a136ffcec72d5073b579cf3f41c49fcbd3..b875bedf7c9abd2efd068cd67a84a4f359356cc9 100644 (file)
@@ -1192,7 +1192,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)