Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: nss/lib/pk11wrap/secmod.h

Issue 17314004: Fix a typo in the header include guard of secmod.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.chromium ('k') | patches/nss-include-guard.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/lib/pk11wrap/secmod.h
===================================================================
--- nss/lib/pk11wrap/secmod.h (revision 206124)
+++ nss/lib/pk11wrap/secmod.h (working copy)
@@ -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"
« no previous file with comments | « README.chromium ('k') | patches/nss-include-guard.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698