1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

cleanup: update comments

Fix cut&paste comments
This commit is contained in:
Zdenek Kabelac 2014-04-04 21:19:26 +02:00
parent d4d8060ff4
commit c1ae39e2ef

View File

@ -93,8 +93,8 @@ static const char * const _blacklist_maps[] = {
"/LC_MESSAGES/", "/LC_MESSAGES/",
"gconv/gconv-modules.cache", "gconv/gconv-modules.cache",
"/libreadline.so.", /* not using readline during mlock */ "/libreadline.so.", /* not using readline during mlock */
"/libncurses.so.", /* not using readline during mlock */ "/libncurses.so.", /* not using ncurses during mlock */
"/libtinfo.so.", /* not using readline during mlock */ "/libtinfo.so.", /* not using tinfo during mlock */
"/libdl-", /* not using dlopen,dlsym during mlock */ "/libdl-", /* not using dlopen,dlsym during mlock */
/* "/libdevmapper-event.so" */ /* "/libdevmapper-event.so" */
}; };