init: Fix typo.

am: 9261ad1

* commit '9261ad13ed8a6bf5d43450f3eb5a48ecd65587f1':
  init: Fix typo.
This commit is contained in:
dcashman 2016-03-22 23:24:21 +00:00 committed by android-build-merger
commit 7b094b759e
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ static int set_mmap_rnd_bits_action(const std::vector<std::string>& args)
&& set_mmap_rnd_bits_min(16, 16, true)) {
ret = 0;
}
#elif defined(__x86__64__)
#elif defined(__x86_64__)
/* x86_64 supports 28 - 32 bits */
if (set_mmap_rnd_bits_min(32, 32, false)
&& set_mmap_rnd_bits_min(16, 16, true)) {