# HG changeset patch # User Eli Zaretskii # Date 1276452945 -10800 # Node ID f2d0b93e668c1a96d42bd33ccf68fe3bd960fa14 # Parent 684f6b36230bc56d3f72ff197734a0311005cc59 bidi.c (bidi_mirror_char): Fix commentary. diff -r 684f6b36230b -r f2d0b93e668c src/bidi.c --- a/src/bidi.c Sun Jun 13 20:40:25 2010 +0300 +++ b/src/bidi.c Sun Jun 13 21:15:45 2010 +0300 @@ -230,10 +230,10 @@ } } -/* Return the mirrored character of C, if any. - - Note: The conditions in UAX#9 clause L4 must be tested by the - caller. */ +/* Return the mirrored character of C, if it has one. If C has no + mirrored counterpart, return C. + Note: The conditions in UAX#9 clause L4 regarding the surrounding + context must be tested by the caller. */ int bidi_mirror_char (int c) {