diff options
Diffstat (limited to 'swig')
-rw-r--r-- | swig/gras.i | 2 | ||||
-rw-r--r-- | swig/runtime.i | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/swig/gras.i b/swig/gras.i index b56318d..4a605f5 100644 --- a/swig/gras.i +++ b/swig/gras.i @@ -12,7 +12,7 @@ // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with io_sig program. If not, see <http://www.gnu.org/licenses/>. +// along with this program. If not, see <http://www.gnu.org/licenses/>. %rename(io_signature) gr_make_io_signature; %rename(io_signature2) gr_make_io_signature2; diff --git a/swig/runtime.i b/swig/runtime.i index 4c9d0ea..6b1999b 100644 --- a/swig/runtime.i +++ b/swig/runtime.i @@ -12,7 +12,7 @@ // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License -// along with io_sig program. If not, see <http://www.gnu.org/licenses/>. +// along with this program. If not, see <http://www.gnu.org/licenses/>. #define GR_CORE_API #define GRAS_API |