diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-04-01 10:39:30 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-01 10:39:30 -0400 |
commit | 4c1423edfb036a416c642b39d76370e2f2405bb1 (patch) | |
tree | 951fcb2a5ee9e441f49814fca1fd60282f1702d9 /stdlib | |
parent | 158648c0bdda281e252a27c0200dd0ea6f4e0215 (diff) | |
download | glibc-4c1423edfb036a416c642b39d76370e2f2405bb1.tar.gz glibc-4c1423edfb036a416c642b39d76370e2f2405bb1.tar.xz glibc-4c1423edfb036a416c642b39d76370e2f2405bb1.zip |
Fix typos in comments.
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/stdlib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h index d1f3841f1b..f7d128c3d8 100644 --- a/stdlib/stdlib.h +++ b/stdlib/stdlib.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2007, 2009, 2010 Free Software Foundation, Inc. +/* Copyright (C) 1991-2007, 2009, 2010, 2011 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 @@ -668,7 +668,7 @@ extern char *mkdtemp (char *__template) __THROW __nonnull ((1)) __wur; mkstemp. But allow the caller to pass additional flags which are used in the open call to create the file.. - This function is a possible cancellation points and therefore not + This function is a possible cancellation point and therefore not marked with __THROW. */ # ifndef __USE_FILE_OFFSET64 extern int mkostemp (char *__template, int __flags) __nonnull ((1)) __wur; |