generator: Fix typo in a comment.
authorRichard Jones <rjones@redhat.com>
Sat, 17 Apr 2010 13:14:30 +0000 (14:14 +0100)
committerRichard Jones <rjones@redhat.com>
Tue, 20 Apr 2010 07:44:03 +0000 (08:44 +0100)
(cherry picked from commit 68467cb1c2f8b1cc7844ed6512b7f76ef2aba1d1)

src/generator.ml

index 944e3a4..6c01c43 100755 (executable)
@@ -4980,7 +4980,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