]> diplodocus.org Git - nmh/blobdiff - sbr/dtimep.l
dropsbr.c: Flip mbx_open()'s logic to simplify.
[nmh] / sbr / dtimep.l
index 35c455dbec21800c8d0fe7a5ae8664ff9345994c..2b6df17570c472bc0ae4d1e0d738f841e6877149 100644 (file)
@@ -35,7 +35,7 @@
    */
 #define YY_DECL struct tws *dparsetime(char *lexstr)
 
-  /* yyerminate() is called after the input string is matched to
+  /* yyterminate() is called after the input string is matched to
    * completion (actually, when the lexer reaches an EOF).  The only
    * thing that really needs to be in this macro function is the
    * return call, which must be substituted inline into dparsetime.