Fix comment drift, and tidy a few code areas.
commit7d588399d443501ebf1eee767080fa75b87a7714
authorsimonb <simonb@chromium.org>
Thu, 9 Oct 2014 18:32:32 +0000 (9 11:32 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 9 Oct 2014 18:33:12 +0000 (9 18:33 +0000)
tree56ea9cb199bcd6da603ea9c6e2fd646714f5ba63
parentb10bf77229bb9a3ae1f922184b03d44b9970e19f
Fix comment drift, and tidy a few code areas.

Fix comment drift in elf_file.cc, and improve padding code readability.
Correct comment typo in delta_encoder.h and run_length_encoder.h.
Remove nugatory semicolon in README.TXT.
Use 'using' declarations in debug.h for clearer code.

All cosmetic, no functional effects.

BUG=385553

Review URL: https://codereview.chromium.org/648453002

Cr-Commit-Position: refs/heads/master@{#298941}
tools/relocation_packer/README.TXT
tools/relocation_packer/src/debug.h
tools/relocation_packer/src/delta_encoder.h
tools/relocation_packer/src/elf_file.cc
tools/relocation_packer/src/run_length_encoder.h