diff options
Diffstat (limited to 'networking')
-rw-r--r-- | networking/netstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/netstat.c b/networking/netstat.c index 348abd8..399ff9b 100644 --- a/networking/netstat.c +++ b/networking/netstat.c @@ -353,7 +353,7 @@ static int unix_do_one(int nr, char *line) return 0; /* skip header */ /* 2.6.15 may report lines like "... @/tmp/fam-user-^@^@^@^@^@^@^@..." - * Other users report long lines filled by NUL bytes. + * Other users report long lines filled by NUL bytes. * (those ^@ are NUL bytes too). We see them as empty lines. */ if (!line[0]) return 0; |