diff options
Diffstat (limited to 'libguile/deprecated.c')
-rw-r--r-- | libguile/deprecated.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/deprecated.c b/libguile/deprecated.c index ceccfb54c..bb17967f9 100644 --- a/libguile/deprecated.c +++ b/libguile/deprecated.c @@ -2,7 +2,7 @@ deprecate something, move it here when that is feasible. */ -/* Copyright (C) 2003, 2004 Free Software Foundation, Inc. +/* Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -1435,7 +1435,7 @@ void scm_i_defer_ints_etc () { scm_c_issue_deprecation_warning - ("SCM_CRITICAL_SECTION_START etc are deprecated. " + ("SCM_DEFER_INTS etc are deprecated. " "Use a mutex instead if appropriate."); } |