From: Andreas Jaeger Date: Mon, 8 Jul 2002 16:58:14 +0000 (+0000) Subject: Fix typo. X-Git-Tag: glibc-2.16-ports-merge^2~1668 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4223e67fa1f398a6a150a7c9e53277ef9b93a39c;p=platform%2Fupstream%2Fglibc.git Fix typo. --- diff --git a/sysdeps/unix/sysv/linux/alpha/bits/statvfs.h b/sysdeps/unix/sysv/linux/alpha/bits/statvfs.h index 6120cf7..16bb895 100644 --- a/sysdeps/unix/sysv/linux/alpha/bits/statvfs.h +++ b/sysdeps/unix/sysv/linux/alpha/bits/statvfs.h @@ -66,7 +66,7 @@ struct statvfs64 #endif /* Definitions for the flag in `f_flag'. These definitions should be - kept in sync which the definitions in . */ + kept in sync with the definitions in . */ enum { ST_RDONLY = 1, /* Mount read-only. */