[Tizen.Applications.Common] Fix wrong annotation 96/160396/1 5.0.0-preview1-00381
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 16 Nov 2017 04:27:30 +0000 (13:27 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 16 Nov 2017 04:27:30 +0000 (13:27 +0900)
Change-Id: I809dfb51c7c93abedc81381b4c190497cc6e88fd
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/Tizen.Applications.Common/Tizen.Applications/CoreApplication.cs

index 2917cc7..298f635 100644 (file)
@@ -394,7 +394,7 @@ namespace Tizen.Applications
         {
             int err = ICU_U_ZERO_ERROR;
 
-            // Get the country name from ICU
+            // Get the variant name from ICU
             StringBuilder sb = new StringBuilder(ICU_ULOC_VARIANT_CAPACITY);
             if (Interop.Icu.GetVariant(locale, sb, sb.Capacity, out err) <= 0)
             {