| Index: tools/relocation_packer/src/leb128.h
|
| diff --git a/tools/relocation_packer/src/leb128.h b/tools/relocation_packer/src/leb128.h
|
| index 500845e09c1ee4b5a6f74e27f1066467a03dd7f5..6cc2d7caf85397daa1c6024819ed86807a8c3e3f 100644
|
| --- a/tools/relocation_packer/src/leb128.h
|
| +++ b/tools/relocation_packer/src/leb128.h
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// LEB128 encoder and decoder for packed ARM relative relocations.
|
| +// LEB128 encoder and decoder for packed relative relocations.
|
| //
|
| -// Run-length encoded ARM relative relocations consist of a large number
|
| +// Run-length encoded relative relocations consist of a large number
|
| // of pairs of relatively small positive integer values. Encoding these as
|
| // LEB128 saves space.
|
| //
|
|
|