Skip to content
Snippets Groups Projects
Commit d79801bb authored by Terrell Russell's avatar Terrell Russell Committed by Brad King
Browse files

SystemTools: Fix spelling of "succeeded" in comments

Change-Id: I1375f56aacc561714d2cb0095478a763079ee657
parent e56e3292
No related branches found
No related tags found
No related merge requests found
......@@ -703,13 +703,13 @@ public:
/**
* Create a symbolic link if the platform supports it. Returns whether
* creation succeded.
* creation succeeded.
*/
static bool CreateSymlink(const std::string& origName, const std::string& newName);
/**
* Read the contents of a symbolic link. Returns whether reading
* succeded.
* succeeded.
*/
static bool ReadSymlink(const std::string& newName, std::string& origName);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment