textual: fix two misencodings in comments

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
This commit is contained in:
Benno Schulenberg 2013-01-26 17:42:41 +01:00 committed by Karel Zak
parent b50945d4ac
commit 123ddced43
2 changed files with 3 additions and 3 deletions

View File

@ -488,7 +488,7 @@ static int get_filesystems(const char *filename, char ***filesystems, const char
* exist, /proc/filesystems. All of the filesystem types listed there will
* be tried, except for those that are labeled "nodev" (e.g., devpts,
* proc and nfs). If /etc/filesystems ends in a line with a single * only,
* mount will read /proc/filesystems after wards.
* mount will read /proc/filesystems afterwards.
*/
int mnt_get_filesystems(char ***filesystems, const char *pattern)
{

View File

@ -9,8 +9,8 @@
*
* Edited 11/10/96 (DD/MM/YY ;-) by Nicolai Langfeldt (janl@math.uio.no)
* to read /etc/passwd directly so that passwd, chsh and chfn can work on
* machines that run NIS ( YP). Changes will not be made to usernames
* starting with +.
* machines that run NIS (previously YP). Changes will not be made to
* usernames starting with +.
*
* This file is distributed with no warranty.
*