From: Ulrich Drepper Date: Thu, 3 Sep 2009 02:59:43 +0000 (-0700) Subject: Fix whitespaces. X-Git-Tag: glibc-2.10.2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=290e2ca5da07e0b9c3a48306f624412e19e77cb4;p=thirdparty%2Fglibc.git Fix whitespaces. (cherry picked from commit 01034d7590f0db29a689d0037cf9b837e38e7482) --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index faeb166e9a9..eaa60cdd740 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -4,7 +4,7 @@ [BZ #7094] * sysdeps/unix/sysv/linux/timer_create.c (timer_create): Initialize the sigev_notify field for newly created timer to make sure - the timer gets deleted from the active timer's list upon timer_delete. + the timer gets deleted from the active timer's list upon timer_delete. 2009-08-27 Andrew Stubbs