From: LLVM GN Syncbot Date: Tue, 22 Oct 2019 21:32:11 +0000 (+0000) Subject: typo fix test commit X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f86dc64bad4d1ee2bb591d567b944ea11a168d89;p=platform%2Fupstream%2Fllvm.git typo fix test commit --- 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.