In [`std::str`](https://github.com/rust-lang/rust/blob/master/src/libcollections/str.rs#L39), there is a typo. I don't know what `rodata` is supposed to be: ``` //! String literals are allocated statically in the rodata of the ^ ~~~~~ ```