diff options
Diffstat (limited to 'usr.bin/sed')
-rw-r--r-- | usr.bin/sed/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sed/process.c b/usr.bin/sed/process.c index a1e3ca7..aa44378 100644 --- a/usr.bin/sed/process.c +++ b/usr.bin/sed/process.c @@ -444,7 +444,7 @@ flush_appends() * Read files probably shouldn't be cached. Since * it's not an error to read a non-existent file, * it's possible that another program is interacting - * with the sed script through the file system. It + * with the sed script through the filesystem. It * would be truly bizarre, but possible. It's probably * not that big a performance win, anyhow. */ |