diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-03-26 00:34:09 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-03-26 00:34:09 -0700 |
commit | 93d8141e1e292bc60d97ae2f916925b62466dcd4 (patch) | |
tree | e6e69aa1f09d6f3586facb1da741e7a1ec801eb6 | |
parent | 0ea5f759fc3c213c158ec331511dba252bb66d05 (diff) | |
download | mu-93d8141e1e292bc60d97ae2f916925b62466dcd4.tar.gz |
6172
Typo in stats: use the same measures as in previous lines.
-rw-r--r-- | stats.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stats.txt b/stats.txt index 29edc7b4..9a53dea9 100644 --- a/stats.txt +++ b/stats.txt @@ -64,6 +64,6 @@ break/continue instructions Jan 30 5964 7871 cleaning up locals in the presence of early exits Feb 9 6000 8554 2918 26 pointer dereferencing Feb 20 6040 9053 3075 27 arrays, and indexing them with a non-literal -user-defined types, and getting fields in them Mar 11 6135 16250 6524 33 +user-defined types, and getting fields in them Mar 11 6135 11592 4165 33 vim:nowrap:tw& |