getopt_ulflags -> getopt32.
[oweals/busybox.git] / coreutils / head.c
index 50694bfefa048ce2f86555c55d41eb3882c0b033..7d5f219d2bf3c211d9d9e5caeda83fafd2b635ea 100644 (file)
@@ -60,7 +60,7 @@ int head_main(int argc, char **argv)
        }
 #endif
 
-       /* No size benefit in converting this to bb_getopt_ulflags */
+       /* No size benefit in converting this to getopt32 */
        while ((opt = getopt(argc, argv, head_opts)) > 0) {
                switch (opt) {
 #if ENABLE_FEATURE_FANCY_HEAD