s/Really, not guarantee/Really, no guarantee/g
authorMark Wielaard <mjw@redhat.com>
Tue, 27 Jan 2015 14:55:41 +0000 (15:55 +0100)
committerMark Wielaard <mjw@redhat.com>
Tue, 27 Jan 2015 14:55:50 +0000 (15:55 +0100)
Signed-off-by: Mark Wielaard <mjw@redhat.com>
README
libebl/libebl.h

diff --git a/README b/README
index f7e4b61..3564676 100644 (file)
--- a/README
+++ b/README
@@ -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
index 7ead62c..7dbf460 100644 (file)
@@ -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