generator: Fix typo in a comment.

This commit is contained in:
Richard Jones
2010-04-17 14:14:30 +01:00
parent 61ab83d190
commit 68467cb1c2

View File

@@ -5074,7 +5074,7 @@ let check_functions () =
failwithf "short description of %s should not end with . or \\n." name
) all_functions;
(* Check long dscriptions. *)
(* Check long descriptions. *)
List.iter (
fun (name, _, _, _, _, _, longdesc) ->
if longdesc.[String.length longdesc-1] = '\n' then