[Lldb-commits] [PATCH] D24936: Make FileSpec use StringRef.
Adrian McCarthy via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 26 14:14:43 PDT 2016
amccarth added a subscriber: amccarth.
================
Comment at: source/Host/common/FileSpec.cpp:1317
@@ +1316,3 @@
+
+ char sep = GetPrefferedPathSeparator(m_syntax);
+ std::string result;
----------------
Function is misspelled. Should be `GetPreferredPathSeparator` (1 'f', 2 'r's), throughout this file.
Fortunately, it's file-static, so it's easy to fix in this patch.
https://reviews.llvm.org/D24936
More information about the lldb-commits
mailing list