From: Michal Vaner Date: Sun, 15 Feb 2009 12:15:44 +0000 (+0100) Subject: Typo in comment X-Git-Tag: holmes-import~74 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=4a02d468bd58d1f5539d25000eaedfbce0a5e9e9;p=libucw.git Typo in comment --- diff --git a/build/doc-extract b/build/doc-extract index a7aabe4f..67fdd64c 100755 --- a/build/doc-extract +++ b/build/doc-extract @@ -22,7 +22,7 @@ if( defined $defdump ) { $hasdump = 1; } -# Function to guess type of stytement +# Function to guess type of statement sub detect( $ ) { ( $_ ) = @_; # typedef struct|enum { something } name;