]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/regex/v4/states.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / regex / v4 / states.hpp
index b56d013476ad2143bbbf3a5ca2a6a879f90b8c19..86eb02b102569c7f0ea56932a7924f2a63e6dbc7 100644 (file)
@@ -161,7 +161,7 @@ A marked parenthesis.
 struct re_brace : public re_syntax_base
 {
    // The index to match, can be zero (don't mark the sub-expression)
-   // or negative (for perl style (?...) extentions):
+   // or negative (for perl style (?...) extensions):
    int index;
    bool icase;
 };