mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22352 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
72b286b0a0
commit
4607b54877
@ -155,7 +155,7 @@ namespace sys {
|
||||
/// @brief Construct an empty (and invalid) path.
|
||||
Path() : path() {}
|
||||
|
||||
/// This constructor will accept a std::string as a path but if verifies
|
||||
/// This constructor will accept a std::string as a path but it verifies
|
||||
/// that the path string has a legal syntax for the operating system on
|
||||
/// which it is running. This allows a path to be taken in from outside
|
||||
/// the program. However, if the path is not valid, the Path object will
|
||||
|
Loading…
x
Reference in New Issue
Block a user