summaryrefslogtreecommitdiff
path: root/lib/msvc-nothrow.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msvc-nothrow.c')
-rw-r--r--lib/msvc-nothrow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/msvc-nothrow.c b/lib/msvc-nothrow.c
index c55bd2e13..71983116b 100644
--- a/lib/msvc-nothrow.c
+++ b/lib/msvc-nothrow.c
@@ -1,6 +1,6 @@
/* Wrappers that don't throw invalid parameter notifications
with MSVC runtime libraries.
- Copyright (C) 2011 Free Software Foundation, Inc.
+ Copyright (C) 2011-2012 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
@@ -21,7 +21,7 @@
/* Specification. */
#include "msvc-nothrow.h"
-/* Get declarations of the Win32 API functions. */
+/* Get declarations of the native Windows API functions. */
#define WIN32_LEAN_AND_MEAN
#include <windows.h>