[lld] f86dc64 - typo fix test commit

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 22 14:32:38 PDT 2019


Author: LLVM GN Syncbot
Date: 2019-10-22T21:32:11Z
New Revision: f86dc64bad4d1ee2bb591d567b944ea11a168d89

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

LOG: typo fix test commit

Added: 
    

Modified: 
    lld/include/lld/Core/UndefinedAtom.h

Removed: 
    


################################################################################
diff  --git a/lld/include/lld/Core/UndefinedAtom.h b/lld/include/lld/Core/UndefinedAtom.h
index a40db36519ec..31cb9f8238ae 100644
--- a/lld/include/lld/Core/UndefinedAtom.h
+++ b/lld/include/lld/Core/UndefinedAtom.h
@@ -25,7 +25,7 @@ class UndefinedAtom : public Atom {
     /// Normal symbols must be resolved at build time
     canBeNullNever,
 
-    /// This symbol can be missing at runtime and will evalute to nullptr.
+    /// This symbol can be missing at runtime and will evaluate to nullptr.
     /// That is, the static linker still must find a definition (usually
     /// is some shared library), but at runtime, the dynamic loader
     /// will allow the symbol to be missing and resolved to nullptr.


        


More information about the llvm-commits mailing list