From ee9e3d75bfad9acc0f76b77c508c2886af079955 Mon Sep 17 00:00:00 2001 From: Mitchell Sternke Date: Fri, 11 Nov 2016 14:39:18 -0800 Subject: [PATCH] Change comment for compliance (#145) --- .../Credentials/OSX/Interop.Security.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.SqlTools.ServiceLayer/Credentials/OSX/Interop.Security.cs b/src/Microsoft.SqlTools.ServiceLayer/Credentials/OSX/Interop.Security.cs index 0a6209e8..ffc0b4a8 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Credentials/OSX/Interop.Security.cs +++ b/src/Microsoft.SqlTools.ServiceLayer/Credentials/OSX/Interop.Security.cs @@ -74,7 +74,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Credentials ErrSecSuccess = 0, /* No error. */ ErrSecUnimplemented = -4, /* Function or operation not implemented. */ ErrSecDskFull = -34, - ErrSecIO = -36, /*I/O error (bummers)*/ + ErrSecIO = -36, /*I/O error*/ ErrSecParam = -50, /* One or more parameters passed to a function were not valid. */ ErrSecWrPerm = -61, /* write permissions error*/