git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85bb71b
)
generator: Fix typo in error message for RConstOptString.
author
Richard Jones
<rjones@redhat.com>
Sat, 31 Jul 2010 13:35:07 +0000
(14:35 +0100)
committer
Richard Jones
<rjones@redhat.com>
Tue, 17 Aug 2010 15:01:40 +0000
(16:01 +0100)
(cherry picked from commit
29925244c1be2d1d5f71d46eba205278624a1366
)
src/generator.ml
patch
|
blob
|
history
diff --git
a/src/generator.ml
b/src/generator.ml
index
9617013
..
116fb01
100755
(executable)
--- a/
src/generator.ml
+++ b/
src/generator.ml
@@
-5236,7
+5236,7
@@
let rec generate_actions_pod () =
The string is owned by the guest handle and must I<not> be freed.\n\n"
| RConstOptString _ ->
pr "This function returns a string which may be NULL.
-There is way to return an error from this function.
+There is
no
way to return an error from this function.
The string is owned by the guest handle and must I<not> be freed.\n\n"
| RString _ ->
pr "This function returns a string, or NULL on error.