typo fix test commit
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Tue, 22 Oct 2019 21:32:11 +0000 (21:32 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Tue, 22 Oct 2019 21:32:11 +0000 (21:32 +0000)
lld/include/lld/Core/UndefinedAtom.h

index a40db36..31cb9f8 100644 (file)
@@ -25,7 +25,7 @@ public:
     /// 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.