[lld] bad8f39 - hopefully last doc typo fix to cycle bots

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 20 19:28:29 PST 2019


Author: Nico Weber
Date: 2019-12-20T22:28:21-05:00
New Revision: bad8f3957e5c4aee5a67cf21e3606b178c68c4c7

URL: https://github.com/llvm/llvm-project/commit/bad8f3957e5c4aee5a67cf21e3606b178c68c4c7
DIFF: https://github.com/llvm/llvm-project/commit/bad8f3957e5c4aee5a67cf21e3606b178c68c4c7.diff

LOG: hopefully last doc typo fix to cycle bots

Added: 
    

Modified: 
    lld/docs/index.rst

Removed: 
    


################################################################################
diff  --git a/lld/docs/index.rst b/lld/docs/index.rst
index 9056d1c2de15..68604c27f95a 100644
--- a/lld/docs/index.rst
+++ b/lld/docs/index.rst
@@ -31,7 +31,7 @@ Features
 
 - LLD is very fast. When you link a large program on a multicore
   machine, you can expect that LLD runs more than twice as fast as the GNU
-  gold linker. Your milage may vary, though.
+  gold linker. Your mileage may vary, though.
 
 - It supports various CPUs/ABIs including x86-64, x86, x32, AArch64,
   ARM, MIPS 32/64 big/little-endian, PowerPC, PowerPC 64 and AMDGPU.


        


More information about the llvm-commits mailing list