Update a comment for r267145.

llvm-svn: 267218
This commit is contained in:
Rui Ueyama 2016-04-22 21:02:27 +00:00
parent 3b748d76f6
commit e29a975d23
1 changed files with 2 additions and 1 deletions

View File

@ -82,7 +82,8 @@ static bool expect(ArrayRef<StringRef> &Tokens, StringRef S) {
// This is a part of the operator-precedence parser to evaluate
// arithmetic expressions in SECTIONS command. This function evaluates an
// integer literal, a parenthesized expression or the special variable ".".
// integer literal, a parenthesized expression, the ALIGN function,
// or the special variable ".".
template <class ELFT>
uint64_t LinkerScript<ELFT>::parsePrimary(ArrayRef<StringRef> &Tokens) {
StringRef Tok = next(Tokens);