Browse Source

[2572] fixed a typo: push vs pop

JINMEI Tatuya 12 years ago
parent
commit
f09298e6e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/master_lexer.h

+ 1 - 1
src/lib/dns/master_lexer.h

@@ -499,7 +499,7 @@ public:
     /// this way may not make much sense; it can only give an informational
     /// hint of the progress.
     ///
-    /// Note also that if a source is pushed, this method will normally return
+    /// Note also that if a source is popped, this method will normally return
     /// a smaller number by definition.  Likewise, the conceptual "read
     /// cursor" would move backward after a call to \c ungetToken(), in which
     /// case this method will return a smaller value, too.