summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/include/lld/Core/UndefinedAtom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/include/lld/Core/UndefinedAtom.h b/lld/include/lld/Core/UndefinedAtom.h
index a40db36519e..31cb9f8238a 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.
OpenPOWER on IntegriCloud