]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/uvector.h
ICU-511.25.tar.gz
[apple/icu.git] / icuSources / common / uvector.h
index a04176266f45760ac778cfdfa224b1618e2a4d9e..29cda39f8f2f43acc4fd3f9f39122760b97f32d6 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-*   Copyright (C) 1999-2011, International Business Machines
+*   Copyright (C) 1999-2013, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 *   Date        Name        Description
@@ -243,9 +243,9 @@ public:
     void sort(UElementComparator *compare, UErrorCode &ec);
 
     /**
-     * Sort the contents of this vector using a caller-supplied function
+     * Stable sort the contents of this vector using a caller-supplied function
      * of type UComparator to do the comparison.  Provides more flexibility
-     * than uvector::sort() because an additional user-parameter can be passed to
+     * than UVector::sort() because an additional user parameter can be passed to
      * the comparison function.
      */
     void sortWithUComparator(UComparator *compare, const void *context, UErrorCode &ec);