(U-0002BA4F): Add A-U+4E0F-itaiji-001 as a target of
[chise/xemacs-chise.git] / lib-src / qsort.c
index ff8ef60..404469a 100644 (file)
@@ -64,7 +64,7 @@ typedef struct
       stack.  Assuming a 32-bit integer, this needs only 32 * 
       sizeof (stack_node) == 136 bits.  Pretty cheap, actually.
 
-   2. Chose the pivot element using a median-of-three decision tree.
+   2. Choose the pivot element using a median-of-three decision tree.
       This reduces the probability of selecting a bad pivot value and 
       eliminates certain extraneous comparisons.