From 9bbb7ca9f730217f872462086493ba281ad399f8 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Thu, 6 Feb 2014 22:41:09 +0100 Subject: Typo: formating -> formatting Change-Id: If4aba89909a3ef049a756182c37d8a5d6812ae70 --- include/sal/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/sal/types.h b/include/sal/types.h index 11d62ae8a65c..8668cd58acfa 100644 --- a/include/sal/types.h +++ b/include/sal/types.h @@ -30,8 +30,8 @@ extern "C" { #endif #if defined ( __MINGW32__ ) && !defined ( __USE_MINGW_ANSI_STDIO ) -/* Define to use the C99 formating string for coherence reasons. - * In mingw-w64 some functions are ported to the ms formating string +/* Define to use the C99 formatting string for coherence reasons. + * In mingw-w64 some functions are ported to the ms formatting string * some are not yet. This is the only way to make the formatting * strings work all the time */ -- cgit