From 439e2828d5e444021e0fa57d6b462b9b7920ce8d Mon Sep 17 00:00:00 2001 From: midipix Date: Feb 23 2019 00:18:32 +0000 Subject: pe_api.h: updated visibility comment. --- diff --git a/include/pemagine/pe_api.h b/include/pemagine/pe_api.h index f43e8e1..2fc6f66 100644 --- a/include/pemagine/pe_api.h +++ b/include/pemagine/pe_api.h @@ -23,7 +23,7 @@ #define pe_import #endif -/* hidden visibility */ +/* protected visibility */ #if defined(__attr_protected__) #define pe_protected __attr_protected__ #else