From f06ae104dc3caf9b4ff01a0b2d49b09ace88faad Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Fri, 15 Feb 2013 11:19:08 -0500 Subject: Some cleanup and copyright updating * update some copyrights for 2013 * cleaned up some comments/ifdefs, indentation * some spelling corrections * add some missing makefiles --- src/context/cdinsert_hashmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/context/cdinsert_hashmap.h') diff --git a/src/context/cdinsert_hashmap.h b/src/context/cdinsert_hashmap.h index 0c84eda80..74e2fcf28 100644 --- a/src/context/cdinsert_hashmap.h +++ b/src/context/cdinsert_hashmap.h @@ -392,7 +392,7 @@ class CDInsertHashMap : public ContextObj { * If the key is a TNode and the backing (the hard node reference) * for the key in another data structure removes the key at the same context * the ref count could drop to 0. The key would then not be eligible to be - * hashed. Getting the order right with a guarentee is to hard. + * hashed. Getting the order right with a guarantee is too hard. */ BOOST_STATIC_ASSERT(sizeof(Data) == 0); -- cgit v1.2.3