From bc5435e23fa4f70c624177c73e175aa3790f7488 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Sat, 10 Jul 2010 21:39:55 +0000 Subject: [PATCH] - Fix a typo. svn path=/trunk/; revision=47991 --- reactos/lib/sdk/crt/time/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/sdk/crt/time/time.c b/reactos/lib/sdk/crt/time/time.c index 7189104b39a..ff3e51b9e9d 100644 --- a/reactos/lib/sdk/crt/time/time.c +++ b/reactos/lib/sdk/crt/time/time.c @@ -2,7 +2,7 @@ * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS system libraries * FILE: lib/sdk/crt/time/time.c - * PURPOSE: Implementation of _time (_tim32, _tim64) + * PURPOSE: Implementation of _time (_time32, _time64) * PROGRAMER: Timo Kreuzer */ #include -- 2.17.1