Fix minor formatting in time.h

Message ID 20140306162055.GP1722@spoyarek.pnq.redhat.com
State Committed
Headers

Commit Message

Siddhesh Poyarekar March 6, 2014, 4:20 p.m. UTC
  Hi,

I'm testing a pilot installation of patchwork on my domain
(patchwork.siddhesh.in).  Hopefully this email will turn up there.

Siddhesh

	* include/time.h: Fix formatting.
  

Comments

Carlos O'Donell March 6, 2014, 4:29 p.m. UTC | #1
On 03/06/2014 11:20 AM, Siddhesh Poyarekar wrote:
> Hi,
> 
> I'm testing a pilot installation of patchwork on my domain
> (patchwork.siddhesh.in).  Hopefully this email will turn up there.
> 
> Siddhesh
> 
> 	* include/time.h: Fix formatting.
> 
> diff --git a/include/time.h b/include/time.h
> index 8dd10dc..6b77493 100644
> --- a/include/time.h
> +++ b/include/time.h
> @@ -38,7 +38,7 @@ extern struct tm _tmbuf attribute_hidden;
>  /* Defined in tzset.c.  */
>  extern char *__tzstring (const char *string);
>  
> -/* Defined in tzset.c. */
> +/* Defined in tzset.c.  */
>  extern size_t __tzname_cur_max attribute_hidden;

Looks good to me ;-)

c.
  

Patch

diff --git a/include/time.h b/include/time.h
index 8dd10dc..6b77493 100644
--- a/include/time.h
+++ b/include/time.h
@@ -38,7 +38,7 @@  extern struct tm _tmbuf attribute_hidden;
 /* Defined in tzset.c.  */
 extern char *__tzstring (const char *string);
 
-/* Defined in tzset.c. */
+/* Defined in tzset.c.  */
 extern size_t __tzname_cur_max attribute_hidden;