diff options
author | Mark H Weaver <mhw@netris.org> | 2018-10-19 21:52:39 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-10-19 21:52:39 -0400 |
commit | 1d3cfc3548a7603c2af4955ab1eebc5c01ae54ae (patch) | |
tree | 332584a5c7eca13baa3d5baed0d436db345a8906 /libguile | |
parent | c3e14b74e81d0fd3266b97e6bd629cd4e2f98803 (diff) |
Fix typo in strings.h.
* libguile/strings.h: In a comment, add the missing "i_" in
"scm_i_is_narrow_string".
Diffstat (limited to 'libguile')
-rw-r--r-- | libguile/strings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/strings.h b/libguile/strings.h index 5b3e7805f..fa0c663b8 100644 --- a/libguile/strings.h +++ b/libguile/strings.h @@ -4,7 +4,7 @@ #define SCM_STRINGS_H /* Copyright (C) 1995-1998, 2000, 2001, 2004-2006, 2008-2011, 2013, - * 2015-2016 Free Software Foundation, Inc. + * 2015-2018 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 License @@ -47,7 +47,7 @@ Internal, low level interface to the character arrays - - Use scm_is_narrow_string to determine is the string is narrow or + - Use scm_i_is_narrow_string to determine is the string is narrow or wide. - Use scm_i_string_chars or scm_i_string_wide_chars to get a |