diff options
| author | Mark Wielaard <[email protected]> | 2015-01-27 15:55:41 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2015-01-27 15:55:50 +0100 |
| commit | c806736dc8ba24bf126d3942aaa755e7d4f86ea9 (patch) | |
| tree | 535f92cb3ef78348b152c67e39109525601961e6 | |
| parent | 858dc6536d9519f94c6dedef9bb42a63db61a718 (diff) | |
s/Really, not guarantee/Really, no guarantee/g
Signed-off-by: Mark Wielaard <[email protected]>
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | libebl/libebl.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ Fundamental design decision: greatly simplified and speed increases. Since no change violating this assumption is in sight this is believed to be a worthwhile optimization. -- the ABI of the backend modules is not guaranteed. Really, not guarantee +- the ABI of the backend modules is not guaranteed. Really, no guarantee whatsoever. We are enforcing this in the code. The modules and their users must match. No third-party EBL module are supported or allowed. The only reason there are separate modules is to not have the code for diff --git a/libebl/libebl.h b/libebl/libebl.h index 7ead62ca..7dbf4608 100644 --- a/libebl/libebl.h +++ b/libebl/libebl.h @@ -32,7 +32,7 @@ function directly. These are only for internal elfutils backends and tools. There is NO source or binary compatible guarantee. - The ABI of the backend modules is not guaranteed. Really, not guarantee + The ABI of the backend modules is not guaranteed. Really, no guarantee whatsoever. We are enforcing this in the code. The modules and their users must match. No third-party EBL module are supported or allowed. The only reason there are separate modules is to not have the code for |
