aboutsummaryrefslogtreecommitdiff
path: root/key.h
diff options
context:
space:
mode:
Diffstat (limited to 'key.h')
-rw-r--r--key.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/key.h b/key.h
index 39ca86d317..71fce64a2a 100644
--- a/key.h
+++ b/key.h
@@ -35,7 +35,7 @@ public:
};
-// secure_allocator is defined is serialize.h
+// secure_allocator is defined in serialize.h
typedef vector<unsigned char, secure_allocator<unsigned char> > CPrivKey;