summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-20 15:33:33 +0000
committerChris Lattner <sabre@nondot.org>2003-08-20 15:33:33 +0000
commitfdaac9e23e71cc9713536a94bbd1ddd7a989e91d (patch)
treeca17093b2cdf18fa4679837c6132cc9977dc4ad5 /utils
parent9621a2b0731558dc811cedfea9e11f2418d7fb44 (diff)
downloadllvm-fdaac9e23e71cc9713536a94bbd1ddd7a989e91d.tar.gz
llvm-fdaac9e23e71cc9713536a94bbd1ddd7a989e91d.tar.bz2
llvm-fdaac9e23e71cc9713536a94bbd1ddd7a989e91d.tar.xz
Fix bug where we printed the month number instead of the day number *blush*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7980 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/NightlyTest.gnuplot2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/NightlyTest.gnuplot b/utils/NightlyTest.gnuplot
index 8037d89e7d..66c5f4e1fa 100644
--- a/utils/NightlyTest.gnuplot
+++ b/utils/NightlyTest.gnuplot
@@ -6,7 +6,7 @@ set xlabel "Date" "TimesRoman,24"
set ylabel "Lines of Code" "TimesRoman,24"
set xdata time
set timefmt "%Y-%m-%d:"
-set format x "%b %m, %Y"
+set format x "%b %d, %Y"
## Various labels for the graph
set label "Removed\ndummy\nfunction" at "2003-07-30:", 150000