diff options
Diffstat (limited to 'clang/test/CXX/temp/temp.decls/temp.variadic/example-tuple.cpp')
-rw-r--r-- | clang/test/CXX/temp/temp.decls/temp.variadic/example-tuple.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CXX/temp/temp.decls/temp.variadic/example-tuple.cpp b/clang/test/CXX/temp/temp.decls/temp.variadic/example-tuple.cpp index 1652bc59551..ff8dfda7686 100644 --- a/clang/test/CXX/temp/temp.decls/temp.variadic/example-tuple.cpp +++ b/clang/test/CXX/temp/temp.decls/temp.variadic/example-tuple.cpp @@ -1,7 +1,7 @@ // RUN: %clang_cc1 -std=c++0x -fsyntax-only -verify %s // Example tuple implementation from the variadic templates proposal, -// ISO C++ committee document nmber N2080. +// ISO C++ committee document number N2080. // Helper type traits template<typename T> |