usp10: Punctuation fixes

Aric Stewart aric at codeweavers.com
Mon May 30 10:34:48 CDT 2016


Signed-off-by: Aric Stewart <aric at codeweavers.com>

On 5/29/16 5:41 AM, Francois Gouget wrote:
> Signed-off-by: Francois Gouget <fgouget at free.fr>
> ---
>  dlls/usp10/usp10.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/dlls/usp10/usp10.c b/dlls/usp10/usp10.c
> index 622a061..db12934 100644
> --- a/dlls/usp10/usp10.c
> +++ b/dlls/usp10/usp10.c
> @@ -2762,9 +2762,9 @@ static inline int get_cluster_advance(const int* piAdvance,
>   *      ScriptXtoCP (USP10.@)
>   *
>   * Basic algorithm :
> - *  use piAdvance to find the cluster we are looking at
> - *  Find the character that is the first character of the cluster
> - *  That is our base piCP
> + *  Use piAdvance to find the cluster we are looking at.
> + *  Find the character that is the first character of the cluster.
> + *  That is our base piCP.
>   *  If the script snaps to cluster boundaries (Hebrew, Indic, Thai) then we
>   *  are good. Otherwise if the cluster is larger than 1 glyph we need to
>   *  determine how far through the cluster to advance the cursor.
> 



More information about the wine-patches mailing list