diff options
author | Mark H Weaver <mhw@netris.org> | 2018-10-19 21:52:39 -0400 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2019-05-23 17:11:31 +0200 |
commit | dcf8389a5a275cda10f693484883f15176e5561d (patch) | |
tree | 5d20f2337d4958dfd48d745490648114bc8ff9e0 /libguile/strings.h | |
parent | 0e750990dd222d861dd2da16f601aad59ef33795 (diff) | |
download | guile-dcf8389a5a275cda10f693484883f15176e5561d.tar.gz |
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/strings.h')
-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 0357a6d35..3f92d8c89 100644 --- a/libguile/strings.h +++ b/libguile/strings.h @@ -1,7 +1,7 @@ #ifndef SCM_STRINGS_H #define SCM_STRINGS_H -/* Copyright 1995-1998,2000-2001,2004-2006,2008-2011,2013,2015-2016,2018 +/* Copyright 1995-1998,2000-2001,2004-2006,2008-2011,2013,2015-2019 Free Software Foundation, Inc. This file is part of Guile. @@ -48,7 +48,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 |