[PATCH] D96658: [xray] Fix xray document spelling
    Dean Michael Berris via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Feb 15 16:52:22 PST 2021
    
    
  
dberris added a comment.
Thanks for this!
Some of these changes LGTM but the conversions from `analyzing` to `analysing` doesn't seem necessary (UK vs US English).
================
Comment at: llvm/docs/XRay.rst:29
 - A runtime library for enabling/disabling tracing at runtime.
-- A suite of tools for analysing the traces.
+- A suite of tools for analyzing the traces.
 
----------------
Thanks, though `analysing` is also a valid English spelling (not US English).
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96658/new/
https://reviews.llvm.org/D96658
    
    
More information about the llvm-commits
mailing list