summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <thakis@google.com>2013-06-17 15:01:41 -0700
committerNico Weber <thakis@google.com>2013-06-17 15:01:41 -0700
commita435a679671e58ba293a0357fcca021f6999015f (patch)
tree63bc9afe08575f82ca1e0dbb04130afab5c63141
parent749404f5dbd680ea8f778ca45bcf96a12ee52439 (diff)
downloadnss-hg-a435a679671e58ba293a0357fcca021f6999015f.tar.gz
Bug 884072: Fix a typo in the header include guard, reported by a new
clang warning. r=wtc.
-rw-r--r--lib/pk11wrap/secmod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pk11wrap/secmod.h b/lib/pk11wrap/secmod.h
index c83d7e39f..05573349f 100644
--- a/lib/pk11wrap/secmod.h
+++ b/lib/pk11wrap/secmod.h
@@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef _SECMOD_H_
-#define _SEDMOD_H_
+#define _SECMOD_H_
#include "seccomon.h"
#include "secmodt.h"
#include "prinrval.h"