1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

Fix typo in strings.h.

* libguile/strings.h: In a comment, add the missing "i_" in
"scm_i_is_narrow_string".
This commit is contained in:
Mark H Weaver 2018-10-19 21:52:39 -04:00
parent c3e14b74e8
commit 1d3cfc3548

View file

@ -4,7 +4,7 @@
#define SCM_STRINGS_H #define SCM_STRINGS_H
/* Copyright (C) 1995-1998, 2000, 2001, 2004-2006, 2008-2011, 2013, /* 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License
@ -47,7 +47,7 @@
Internal, low level interface to the character arrays 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. wide.
- Use scm_i_string_chars or scm_i_string_wide_chars to get a - Use scm_i_string_chars or scm_i_string_wide_chars to get a