Skip to content

Commit

Permalink
Merge pull request mongodb#133 from guanqun/align-comment-with-code
Browse files Browse the repository at this point in the history
typo fix, make comments align with the code
  • Loading branch information
erh committed Oct 28, 2011
2 parents 1dc8aa7 + 0a19360 commit 5fdc11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/namespace.h
Expand Up @@ -69,7 +69,7 @@ namespace mongo {
};

#pragma pack(1)
/* This helper class is used to make the HashMap below in NamespaceDetails e.g. see line:
/* This helper class is used to make the HashMap below in NamespaceIndex e.g. see line:
HashTable<Namespace,NamespaceDetails> *ht;
*/
class Namespace {
Expand Down

0 comments on commit 5fdc11d

Please sign in to comment.