# HG changeset patch # User Bruno Haible # Date 1315762484 -7200 # Node ID cca80f70648310b013eb34640990dfab4b528382 # Parent c9fb431ba6a1ce2d4cc23e815268751eb8148ee5 sys_types: Fix typo. * lib/sys_types.in.h: Fix typo in comment. Reported by Paul Eggert. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2011-09-11 Bruno Haible + sys_types: Fix typo. + * lib/sys_types.in.h: Fix typo in comment. + Reported by Paul Eggert. + Support for MSVC compiler: Ensure size_t gets defined. * modules/strings (Depends-on): Add 'sys_types'. * modules/sys_uio (Depends-on): Likewise. diff --git a/lib/sys_types.in.h b/lib/sys_types.in.h --- a/lib/sys_types.in.h +++ b/lib/sys_types.in.h @@ -1,4 +1,4 @@ -/* Provide a more complete sys/time.h. +/* Provide a more complete sys/types.h. Copyright (C) 2011 Free Software Foundation, Inc.