Signed-off-by: Hal Rosenstock <hal@xxxxxxxxxxxx> --- Documentation/versioning.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/versioning.md b/Documentation/versioning.md index eb5517a..37ea2ca 100644 --- a/Documentation/versioning.md +++ b/Documentation/versioning.md @@ -79,8 +79,8 @@ The version number is broken up into three fields: ``` We do not expect this value to ever change for our libraries. It indicates - the overall ABI, changing it means the library will not dynamically to old - programs link anymore. + the overall ABI; changing it means the library will not dynamically link + to old programs anymore. - '1' is called the ABI level and is used within the ELF as the last component symbol version tag. This version must be changed every time a new symbol @@ -112,7 +112,7 @@ must be correctly encoded into the symbol version. First, increase the ABI level of the library. It is safe to re-use the ABI level for multiple new functions within a single release, but once a release is tagged the ABI level becomes *immutable*. The maintainer can provide -guidence on what ABI level to use for each series. +guidance on what ABI level to use for each series. ```diff rdma_library(ibumad libibumad.map -- 2.8.4 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html