changeset 15601:cca80f706483

sys_types: Fix typo. * lib/sys_types.in.h: Fix typo in comment. Reported by Paul Eggert.
author Bruno Haible <bruno@clisp.org>
date Sun, 11 Sep 2011 19:34:44 +0200
parents c9fb431ba6a1
children 2ef7d0e76b27
files ChangeLog lib/sys_types.in.h
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2011-09-11  Bruno Haible  <bruno@clisp.org>
 
+	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.
--- 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.