From 29925244c1be2d1d5f71d46eba205278624a1366 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Sat, 31 Jul 2010 14:35:07 +0100 Subject: [PATCH] generator: Fix typo in error message for RConstOptString. --- src/generator.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generator.ml b/src/generator.ml index 20f7ac0..52e7aba 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -5712,7 +5712,7 @@ let rec generate_actions_pod () = The string is owned by the guest handle and must I 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 be freed.\n\n" | RString _ -> pr "This function returns a string, or NULL on error. -- 1.8.3.1