diff options
author | Josh Blum <josh@joshknows.com> | 2010-10-27 11:34:58 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-10-27 11:34:58 -0700 |
commit | 1289d051a1934e48d77be695059b1d23f8668d8a (patch) | |
tree | 8aba5f6449c49113114779d57d3b31eb163598bf /host/examples | |
parent | fa689c7202a0cab6bf0debc3524f1f46636a7ba0 (diff) | |
parent | fbdb002223f54bedbc7a4093494011c1b266fa75 (diff) | |
download | uhd-1289d051a1934e48d77be695059b1d23f8668d8a.tar.gz uhd-1289d051a1934e48d77be695059b1d23f8668d8a.tar.bz2 uhd-1289d051a1934e48d77be695059b1d23f8668d8a.zip |
Merge branch 'usrp_e' into usrp_e_next
Diffstat (limited to 'host/examples')
-rw-r--r-- | host/examples/ascii_art_dft.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/examples/ascii_art_dft.hpp b/host/examples/ascii_art_dft.hpp index ee2267c2d..92fb77596 100644 --- a/host/examples/ascii_art_dft.hpp +++ b/host/examples/ascii_art_dft.hpp @@ -28,7 +28,7 @@ namespace acsii_art_dft{ ); /*! - * Convert a DFT to a piroundable ascii plot. + * Convert a DFT to a printable ascii plot. * \param dft the log power dft bins * \param width the frame width in characters * \param height the frame height in characters |