From 7f57a915cee3c91cddd166fe9964655696666c4b Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 26 Jun 2013 11:43:56 +0000 Subject: Rewrite s-expression reader. --- src/utils/hammer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/hammer.cc') diff --git a/src/utils/hammer.cc b/src/utils/hammer.cc index 1c7e050b..f4241aaf 100644 --- a/src/utils/hammer.cc +++ b/src/utils/hammer.cc @@ -69,7 +69,7 @@ namespace OpenAxiom { BasicText(const Byte* f, const Byte* l) : span(f, l) { } // Pointer to the start of this basic text element const Byte* begin() const { return span.first; } - // Oone-past-the-end of the this basic text element. + // One-past-the-end of the this basic text element. const Byte* end() const { return span.second; } private: std::pair span; -- cgit v1.2.3