diff options
| author | Gabor Greif <ggreif@gmail.com> | 2012-07-12 13:05:12 +0000 |
|---|---|---|
| committer | Gabor Greif <ggreif@gmail.com> | 2012-07-12 13:05:12 +0000 |
| commit | 1e71896bb4a5b2321972205630e2cb60dbc42b0d (patch) | |
| tree | 812ca27732ae3533a0fb91e1872343d9fc77d3db /llvm/autoconf/configure.ac | |
| parent | ff4cd7792a36827e3ee68e93387604eccba54b64 (diff) | |
| download | bcm5719-llvm-1e71896bb4a5b2321972205630e2cb60dbc42b0d.tar.gz bcm5719-llvm-1e71896bb4a5b2321972205630e2cb60dbc42b0d.zip | |
fix typo in generated comment
llvm-svn: 160127
Diffstat (limited to 'llvm/autoconf/configure.ac')
| -rw-r--r-- | llvm/autoconf/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac index 258e6b52e4c..427c5413c63 100644 --- a/llvm/autoconf/configure.ac +++ b/llvm/autoconf/configure.ac @@ -645,7 +645,7 @@ case "$enableval" in *) AC_MSG_ERROR([Invalid setting for --enable-timestamps. Use "yes" or "no"]) ;; esac AC_DEFINE_UNQUOTED([ENABLE_TIMESTAMPS],$ENABLE_TIMESTAMPS, - [Define if timestamp information (e.g., __DATE___) is allowed]) + [Define if timestamp information (e.g., __DATE__) is allowed]) dnl Allow specific targets to be specified for building (or not) TARGETS_TO_BUILD="" |

