diff --git a/FL/Fl_Export.H b/FL/Fl_Export.H index 6dee15a4c..84c619b54 100644 --- a/FL/Fl_Export.H +++ b/FL/Fl_Export.H @@ -18,7 +18,8 @@ # define Fl_Export_H /* - * The following is only used when building DLLs under Windows... + * The following is used when building DLLs under Windows + * and when building .so's under unix/linux. */ # if defined(FL_DLL) diff --git a/src/xutf8/utf8Wrap.c b/src/xutf8/utf8Wrap.c index 88235245d..5ca8f25d4 100644 --- a/src/xutf8/utf8Wrap.c +++ b/src/xutf8/utf8Wrap.c @@ -37,7 +37,7 @@ */ /* The ARM header files have a bug by not taking into account that ARM cpu - * likes pacing to 4 bytes. This little trick defines our own version of + * likes packing to 4 bytes. This little trick defines our own version of * XChar2b which does not have this problem */