From 5a5fa834285f10c4ab10de4de149c5b0f73403f4 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 10 Jan 2012 22:53:12 -0800 Subject: Duplicate-word and spelling fixes. --- src/bidi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bidi.c') diff --git a/src/bidi.c b/src/bidi.c index b59b838d671..107c817abba 100644 --- a/src/bidi.c +++ b/src/bidi.c @@ -572,7 +572,7 @@ bidi_cache_find (EMACS_INT charpos, int level, struct bidi_it *bidi_it) bidi_copy_it (bidi_it, &bidi_cache[i]); bidi_cache_last_idx = i; - /* Don't let scan direction from from the cached state override + /* Don't let scan direction from the cached state override the current scan direction. */ bidi_it->scan_dir = current_scan_dir; return bidi_it->type; -- cgit v1.2.1