Fix typos.

This commit is contained in:
Bruce Mitchener
2018-12-24 10:20:32 -05:00
committed by Dan Gohman
parent 4224a95f0d
commit 4f8753fa11
26 changed files with 41 additions and 41 deletions

View File

@@ -42,7 +42,7 @@ class ClifObject(ObjectDescription):
def add_target_and_index(self, name, sig, signode):
"""
Add ``name`` the the index.
Add ``name`` to the index.
:param name: The object name returned by :func:`handle_signature`.
:param sig: The signature text.
@@ -76,7 +76,7 @@ def parse_type(name, signode):
"""
Parse a type with embedded type vars and append to signode.
Return a a string that can be compiled into a regular expression matching
Return a string that can be compiled into a regular expression matching
the type.
"""

View File

@@ -193,7 +193,7 @@ ebb0:
; Comparisons.
;
; Only `supported_floatccs` are tested here. Others are handled by
; legalization paterns.
; legalization patterns.
; asm: ucomiss %xmm2, %xmm5
; asm: setnp %bl
@@ -434,7 +434,7 @@ ebb0:
; Comparisons.
;
; Only `supported_floatccs` are tested here. Others are handled by
; legalization paterns.
; legalization patterns.
; asm: ucomisd %xmm2, %xmm5
; asm: setnp %bl

View File

@@ -206,7 +206,7 @@ ebb0:
; Comparisons.
;
; Only `supported_floatccs` are tested here. Others are handled by
; legalization paterns.
; legalization patterns.
; asm: ucomiss %xmm10, %xmm5
; asm: setnp %bl
@@ -469,7 +469,7 @@ ebb0:
; Comparisons.
;
; Only `supported_floatccs` are tested here. Others are handled by
; legalization paterns.
; legalization patterns.
; asm: ucomisd %xmm10, %xmm5
; asm: setnp %bl