diff options
author | Josh Blum <josh@joshknows.com> | 2012-07-04 13:38:31 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-07-04 13:38:31 -0700 |
commit | ce2d5e2b8a8ca97cd24654e0ea7c0ed86aae525c (patch) | |
tree | 8b4d18ecf28ee48eeb84a0dbbeabca615707d7c8 /host | |
parent | 916b0b8036850a7393d779a8d2ad12ff44600684 (diff) | |
download | uhd-ce2d5e2b8a8ca97cd24654e0ea7c0ed86aae525c.tar.gz uhd-ce2d5e2b8a8ca97cd24654e0ea7c0ed86aae525c.tar.bz2 uhd-ce2d5e2b8a8ca97cd24654e0ea7c0ed86aae525c.zip |
uhd: docstring typo fix version.hpp
Diffstat (limited to 'host')
-rw-r--r-- | host/include/uhd/version.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/version.hpp b/host/include/uhd/version.hpp index ee0c4fe43..9a7226323 100644 --- a/host/include/uhd/version.hpp +++ b/host/include/uhd/version.hpp @@ -24,7 +24,7 @@ /*! * The ABI version string that the client application builds against. * Call get_abi_string() to check this against the library build. - * The format is oldest ABI compatible release - ABI compat number. + * The format is oldest API compatible release - ABI compat number. * The compatibility number allows pre-release ABI to be versioned. */ #define UHD_VERSION_ABI_STRING "3.4.0-0" |