[NETFILTER]: Spelling fixes
authorJoe Perches <joe@perches.com>
Thu, 20 Dec 2007 22:04:24 +0000 (14:04 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Dec 2007 22:04:24 +0000 (14:04 -0800)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nf_conntrack_sip.c

index 8f8b5a4..515abff 100644 (file)
@@ -187,7 +187,7 @@ static const struct sip_header_nfo ct_sip_hdrs[] = {
        }
 };
 
-/* get line lenght until first CR or LF seen. */
+/* get line length until first CR or LF seen. */
 int ct_sip_lnlen(const char *line, const char *limit)
 {
        const char *k = line;
@@ -236,7 +236,7 @@ static int digits_len(struct nf_conn *ct, const char *dptr,
        return len;
 }
 
-/* get digits lenght, skiping blank spaces. */
+/* get digits length, skipping blank spaces. */
 static int skp_digits_len(struct nf_conn *ct, const char *dptr,
                          const char *limit, int *shift)
 {