From 223575b5671f9f818dc0f923267723e38ebff602 Mon Sep 17 00:00:00 2001 From: vitaut Date: Fri, 20 Nov 2015 08:28:29 -0800 Subject: [PATCH] Tyop --- format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format.h b/format.h index 291506bf..4d51f0c9 100644 --- a/format.h +++ b/format.h @@ -967,7 +967,7 @@ struct Conditional { typedef T type; }; template struct Conditional { typedef F type; }; -// For bcc32 which doesn't understand ! in template argumetns. +// For bcc32 which doesn't understand ! in template arguments. template struct Not { enum { value = 0 }; };