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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to