]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup: cut-and-paste-o:s
authorMark Andrews <marka@isc.org>
Wed, 23 Jan 2002 00:11:14 +0000 (00:11 +0000)
committerMark Andrews <marka@isc.org>
Wed, 23 Jan 2002 00:11:14 +0000 (00:11 +0000)
lib/isc/include/isc/lex.h

index 8205b1e3b5125d7afb4a3c58b58147d83ec1be9d..313cbc3b4fd83f8db276140fe37b18bcf6261165 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: lex.h,v 1.26 2001/07/06 20:34:11 gson Exp $ */
+/* $Id: lex.h,v 1.26.2.1 2002/01/23 00:11:14 marka Exp $ */
 
 #ifndef ISC_LEX_H
 #define ISC_LEX_H 1
@@ -190,7 +190,7 @@ isc_lex_setcomments(isc_lex_t *lex, unsigned int comments);
  * Requires:
  *     'lex' is a valid lexer.
  *
- *     'options' has meaningful values.
+ *     'comments' has meaningful values.
  */
 
 void
@@ -367,7 +367,7 @@ isc_lex_getsourcename(isc_lex_t *lex);
 unsigned long
 isc_lex_getsourceline(isc_lex_t *lex);
 /*
- * Return the input source name.
+ * Return the input source line number.
  *
  * Requires:
  *     'lex' is a valid lexer.