summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-04-17 14:14:30 +0100
committerRichard Jones <rjones@redhat.com>2010-04-17 14:14:30 +0100
commit68467cb1c2f8b1cc7844ed6512b7f76ef2aba1d1 (patch)
treed2151fffdc64641919361abcb02cb07eb0379802 /src
parent61ab83d19009a8006dd73ebe16d22494b78be4d1 (diff)
downloadlibguestfs-68467cb1c2f8b1cc7844ed6512b7f76ef2aba1d1.tar.gz
libguestfs-68467cb1c2f8b1cc7844ed6512b7f76ef2aba1d1.tar.xz
libguestfs-68467cb1c2f8b1cc7844ed6512b7f76ef2aba1d1.zip
generator: Fix typo in a comment.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/generator.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator.ml b/src/generator.ml
index 88698420..b5b24cf1 100755
--- a/src/generator.ml
+++ b/src/generator.ml
@@ -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