]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/crypto/aes/test/tstaes.c
xnu-1699.22.81.tar.gz
[apple/xnu.git] / bsd / crypto / aes / test / tstaes.c
index cbe364ed76f9661fbfd27ea6b0fdcd1c440ee79a..9d186ee772b5a201ea41b5ed98b8bd3e1af5704e 100644 (file)
@@ -46,7 +46,7 @@ uint32_t      data_size;
        cpu_freq = getFreq();
 
        if (cpu_freq == 0) {
-               fprintf(stderr, "this appears to be an N90 device, where cpu_freq can not be detected. set to 800MHz.\n");
+               fprintf(stderr, "this appears to be an iPhone device, where cpu_freq can not be detected. set to 800MHz.\n");
                cpu_freq = 800000000;
        } else {
                fprintf(stderr, "device max CPU clock rate = %.2f MHz\n", cpu_freq/1.e6);