library: oh no, failed to right-justify 1 comment line

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner 2021-10-27 00:00:00 -05:00 committed by Craig Small
parent 4cfb0fb763
commit dfcdc0c2c0

View File

@ -3,7 +3,7 @@
# to be used with the option: --suppressions=<path-for>/libproc.supp. # to be used with the option: --suppressions=<path-for>/libproc.supp.
# #
# Memory leak warnings will only be encountered when a multi-threaded # Memory leak warnings will only be encountered when a multi-threaded
# program has used the 'procps_pids' interface. That is because this # program has called the 'procps_pids' interface. That's because this
# library employs heap based memory in a thread safe manner. However, # library employs heap based memory in a thread safe manner. However,
# such memory will not be freed until the address space is reclaimed. # such memory will not be freed until the address space is reclaimed.
# #