From f86dc64bad4d1ee2bb591d567b944ea11a168d89 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Tue, 22 Oct 2019 21:32:11 +0000 Subject: [PATCH] typo fix test commit --- lld/include/lld/Core/UndefinedAtom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/include/lld/Core/UndefinedAtom.h b/lld/include/lld/Core/UndefinedAtom.h index a40db36..31cb9f8 100644 --- a/lld/include/lld/Core/UndefinedAtom.h +++ b/lld/include/lld/Core/UndefinedAtom.h @@ -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. -- 2.7.4