Skip to content

Commit f86dc64

Browse files
committed
typo fix test commit
1 parent 4c539e8 commit f86dc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/include/lld/Core/UndefinedAtom.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class UndefinedAtom : public Atom {
2525
/// Normal symbols must be resolved at build time
2626
canBeNullNever,
2727

28-
/// This symbol can be missing at runtime and will evalute to nullptr.
28+
/// This symbol can be missing at runtime and will evaluate to nullptr.
2929
/// That is, the static linker still must find a definition (usually
3030
/// is some shared library), but at runtime, the dynamic loader
3131
/// will allow the symbol to be missing and resolved to nullptr.

0 commit comments

Comments
 (0)