summaryrefslogtreecommitdiff
path: root/gnuradio-core
diff options
context:
space:
mode:
authorRob Savoye2010-10-18 18:21:09 -0600
committerEric Blossom2010-11-10 12:10:45 -0800
commitd3d187f1beb6525977079a6f9c822f971cced8da (patch)
tree8b214200e3427e4eca7399f710199d3a7b38a216 /gnuradio-core
parent5ea1059c943a8a6dcb67c2a151f27b84b653f549 (diff)
downloadgnuradio-d3d187f1beb6525977079a6f9c822f971cced8da.tar.gz
gnuradio-d3d187f1beb6525977079a6f9c822f971cced8da.tar.bz2
gnuradio-d3d187f1beb6525977079a6f9c822f971cced8da.zip
improve comment
Diffstat (limited to 'gnuradio-core')
-rw-r--r--gnuradio-core/src/lib/swig/gnuradio_swig_guile.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnuradio-core/src/lib/swig/gnuradio_swig_guile.scm b/gnuradio-core/src/lib/swig/gnuradio_swig_guile.scm
index 687f7f1f5..c653a04b0 100644
--- a/gnuradio-core/src/lib/swig/gnuradio_swig_guile.scm
+++ b/gnuradio-core/src/lib/swig/gnuradio_swig_guile.scm
@@ -18,8 +18,8 @@
;;; 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
;;;
-;; Only use these if load-* fails t find a .scm or .so. If you can't
-;; find a .so. try running ldconfig. guile seems to only load modules
+;; Only use these if load-* fails to find a .scm or .so. If you can't
+;; find a .so, try running ldconfig. guile seems to only load modules
;; that are in the ldconfig paths.
;; (set! %load-path (append %load-path '("/usr/lib/guile/gnuradio")))
;; (set! %load-path (append %load-path '("/usr/share/gnuradio")))
@@ -28,7 +28,7 @@
(load "gnuradio/gnuradio_swig_py_io.scm")
(load "gnuradio/gnuradio_swig_py_runtime.scm")
-;; FIXME: these don't load for sme reason
+;; FIXME: these don't load for sme reason cause of issues with the .so files
;; (load "gnuradio/gnuradio_swig_py_general.scm")
;; (load "gnuradio/gnuradio_swig_py_gengen.scm")
;; (load "gnuradio/gnuradio_swig_py_heir.scm")