Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jul 4, 2007
1 parent 1311e86 commit 8e46c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elf/dl-sysdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ _dl_important_hwcaps (const char *platform, size_t platform_len, size_t *sz,
|| total + (sizeof (*result) << 3)
>= (1UL << (sizeof (size_t) * 8 - cnt + 3))))
_dl_signal_error (ENOMEM, NULL, NULL,
N_("Xcannot create capability list"));
N_("cannot create capability list"));

total <<= cnt - 3;
}
Expand Down

0 comments on commit 8e46c99

Please sign in to comment.