summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-08-14 14:02:37 +0300
committerTor Lillqvist <tml@collabora.com>2014-08-14 14:02:37 +0300
commit49229866458e5f2cbac0d87752a6bef701416e07 (patch)
tree1be4320cda6b0a2e1788fb9f8894c59a05722798 /solenv
parent7731f62c25e5a32043b783af2e6f7aa9afe2e26a (diff)
Typo
Change-Id: I8d4ce3f0ebd894d2550c5c7788121308f77b0b2a
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/com_MSC_defs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index 0fbc69ef0c52..1702218bf70b 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -68,7 +68,7 @@ gb_AFLAGS := $(AFLAGS)
# cleaning away from the code, to avoid warnings when building with
# gcc or Clang and -Wall -Werror.
-# C4100: 'identifier' : unreferenced format parameter
+# C4100: 'identifier' : unreferenced formal parameter
# C4127: conditional expression is constant