diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-23 23:45:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-23 23:45:03 +0000 |
commit | d060ab143725dd10515ecb0eee6c0ea01a2586fa (patch) | |
tree | 2e6ba0cc406a6d6ca8599950341c788d45167d78 /stdio-common/printf.h | |
parent | b2e3d177abf93989afd8d647597e797f69b564df (diff) | |
download | glibc-d060ab143725dd10515ecb0eee6c0ea01a2586fa.zip glibc-d060ab143725dd10515ecb0eee6c0ea01a2586fa.tar.gz glibc-d060ab143725dd10515ecb0eee6c0ea01a2586fa.tar.bz2 |
Update.
* stdio-common/printf.h: Fix typo in comment.
Diffstat (limited to 'stdio-common/printf.h')
-rw-r--r-- | stdio-common/printf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdio-common/printf.h b/stdio-common/printf.h index 89c538c..c16569b 100644 --- a/stdio-common/printf.h +++ b/stdio-common/printf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-1993, 1995-1999, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1991-1993,1995-1999,2000,2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -67,7 +67,7 @@ typedef int printf_function (FILE *__stream, /* Type of a printf specifier-arginfo function. INFO gives information about the format specification. - N, ARGTYPES, and return value are as for printf_parse_format. */ + N, ARGTYPES, and return value are as for parse_printf_format. */ typedef int printf_arginfo_function (__const struct printf_info *__info, size_t __n, int *__argtypes); |