diff options
| author | Eli Zaretskii | 2011-10-20 18:37:10 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-10-20 18:37:10 +0200 |
| commit | 55622b93c90579fc63a72912733e20318d168071 (patch) | |
| tree | f0866cc119df11e9cec07797f518c600cf44aa8b /src | |
| parent | 7b5d6677eca241b608f32b1de8d60e03758ec157 (diff) | |
| download | emacs-55622b93c90579fc63a72912733e20318d168071.tar.gz emacs-55622b93c90579fc63a72912733e20318d168071.zip | |
src/bidi.c: Fix a typo in a comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/bidi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bidi.c b/src/bidi.c index d13baed63ed..e688637a408 100644 --- a/src/bidi.c +++ b/src/bidi.c | |||
| @@ -2193,7 +2193,7 @@ bidi_level_of_next_char (struct bidi_it *bidi_it) | |||
| 2193 | } | 2193 | } |
| 2194 | 2194 | ||
| 2195 | /* Resolve implicit levels, with a twist: PDFs get the embedding | 2195 | /* Resolve implicit levels, with a twist: PDFs get the embedding |
| 2196 | level of the enbedding they terminate. See below for the | 2196 | level of the embedding they terminate. See below for the |
| 2197 | reason. */ | 2197 | reason. */ |
| 2198 | if (bidi_it->orig_type == PDF | 2198 | if (bidi_it->orig_type == PDF |
| 2199 | /* Don't do this if this formatting code didn't change the | 2199 | /* Don't do this if this formatting code didn't change the |