aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2014-10-16 17:56:57 +0300
committerEli Zaretskii2014-10-16 17:56:57 +0300
commit19068c105ad274a452de67ed9826316984cafa93 (patch)
tree7e92b083022c173a0a260a880685d2e5eefa5498 /src
parente23e97d504fcb6c5d4da734c40be70de506352f4 (diff)
downloademacs-19068c105ad274a452de67ed9826316984cafa93.tar.gz
emacs-19068c105ad274a452de67ed9826316984cafa93.zip
Fix a typo in a comment.
Diffstat (limited to 'src')
-rw-r--r--src/bidi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bidi.c b/src/bidi.c
index 76929b62198..186390e331b 100644
--- a/src/bidi.c
+++ b/src/bidi.c
@@ -2552,7 +2552,7 @@ bidi_resolve_brackets (struct bidi_it *bidi_it)
2552 2552
2553 /* Record the prev_for_neutral type either from the previous 2553 /* Record the prev_for_neutral type either from the previous
2554 character, if it was a strong or AN/EN, or from the 2554 character, if it was a strong or AN/EN, or from the
2555 prev_for_neutral information recvorded previously. */ 2555 prev_for_neutral information recorded previously. */
2556 if (bidi_it->type == STRONG_L || bidi_it->type == STRONG_R 2556 if (bidi_it->type == STRONG_L || bidi_it->type == STRONG_R
2557 || bidi_it->type == WEAK_AN || bidi_it->type == WEAK_EN) 2557 || bidi_it->type == WEAK_AN || bidi_it->type == WEAK_EN)
2558 bidi_remember_char (&tem_info, bidi_it, 1); 2558 bidi_remember_char (&tem_info, bidi_it, 1);