mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
generator: Fix typo in error message for RConstOptString.
(cherry picked from commit 29925244c1)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user