emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r118163: Spelling and grammar fixes in comments.


From: Paul Eggert
Subject: [Emacs-diffs] trunk r118163: Spelling and grammar fixes in comments.
Date: Mon, 20 Oct 2014 16:00:39 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118163
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Mon 2014-10-20 09:00:35 -0700
message:
  Spelling and grammar fixes in comments.
modified:
  src/bidi.c                     bidi.c-20091231194348-rm8gzug639w0dpq5-1
=== modified file 'src/bidi.c'
--- a/src/bidi.c        2014-10-18 12:47:57 +0000
+++ b/src/bidi.c        2014-10-20 16:00:35 +0000
@@ -801,7 +801,7 @@
 /* Look for a cached iterator state that corresponds to CHARPOS.  If
    found, copy the cached state into BIDI_IT and return the type of
    the cached entry.  If not found, return UNKNOWN_BT.  RESOLVED_ONLY
-   zero means it is OK to return cached states tyhat were not fully
+   zero means it is OK to return cached states that were not fully
    resolved yet.  This can happen if the state was cached before it
    was resolved in bidi_resolve_neutral.  */
 static bidi_type_t
@@ -1799,9 +1799,9 @@
            }
          eassert (bidi_it->bytepos == CHAR_TO_BYTE (bidi_it->charpos));
        }
-      /* Determine the orginal bidi type of the previous character,
+      /* Determine the original bidi type of the previous character,
         which is needed for handling isolate initiators and PDF.  The
-        type of the previous character will only be non-trivial if
+        type of the previous character will be non-trivial only if
         our caller moved through some previous text in
         get_visually_first_element, in which case bidi_it->prev holds
         the information we want.  */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]