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

Fix manual typo.

This commit is contained in:
Neil Jerram 2008-03-28 22:56:24 +00:00 committed by Ludovic Courtès
parent 4b824aae11
commit 08365ce400
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-03-28 Neil Jerram <neil@ossau.uklinux.net>
* libguile-concepts.texi (Multi-Threading): Fix typo.
2008-03-24 Neil Jerram <neil@ossau.uklinux.net>
Applying patch from Julian Graham, containing minor fixes to his

View file

@ -474,7 +474,7 @@ multiple threads using them concurrently. This means that there is no
risk of the internal data structures of libguile becoming corrupted in
such a way that the process crashes.
A program might still produce non-sensical results, though. Taking
A program might still produce nonsensical results, though. Taking
hashtables as an example, Guile guarantees that you can use them from
multiple threads concurrently and a hashtable will always remain a valid
hashtable and Guile will not crash when you access it. It does not