This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3 patch] Fix spelling in regex headers


This simply fixes s/boundry/boundary/, which I wanted to do first
before some more regex refactoring I'm planning.

2013-11-06  Jonathan Wakely  <jwakely.gcc@gmail.com>

        * include/bits/regex_automaton.h (_S_opcode_word_boundry): Rename to
        _S_opcode_word_boundary.
        * include/bits/regex_automaton.tcc: Likewise.
        * include/bits/regex_executor.h (__detail::_Executor::_M_word_boundry):
        Rename to _M_word_boundary.
        * include/bits/regex_executor.tcc: Likewise.

Tested x86_64-linux, committed to trunk.

Attachment: patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]