]> sourceware.org Git - libabigail.git/commit
Eliminate non-ASCII characters.
authorGiuliano Procida <gprocida@google.com>
Fri, 12 Jun 2020 10:17:01 +0000 (11:17 +0100)
committerDodji Seketeli <dodji@redhat.com>
Mon, 15 Jun 2020 08:56:44 +0000 (10:56 +0200)
commit660605728f0f2d4e4b0c009422fdc84ec4767a96
treea9bd01e76566221033755275a4525174a0d8e75b
parent659e9442664e89fc805f0b182f648233b7675af1
Eliminate non-ASCII characters.

There are few non-ASCII characters in various code comments. A few are
typos and the rest have obvious ASCII equivalents. This commit
replaces them all with ASCII characters.

* include/abg-diff-utils.h: Replace "’’" with "'".
* src/abg-elf-helpers.cc: Replace "⋅" with ".".
* src/abg-ini.cc: Replace "@êef" with "@ref".
* src/abg-ir.cc: Ditto.
* src/abg-tools-utils.cc: Replace "–" with "-".

Signed-off-by: Giuliano Procida <gprocida@google.com>
include/abg-diff-utils.h
src/abg-elf-helpers.cc
src/abg-ini.cc
src/abg-ir.cc
src/abg-tools-utils.cc
This page took 0.035188 seconds and 5 git commands to generate.