summaryrefslogtreecommitdiff
path: root/src/mongo/util/ramlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/ramlog.h')
-rw-r--r--src/mongo/util/ramlog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/ramlog.h b/src/mongo/util/ramlog.h
index 889f4f6a4e2..d8291ec8b7a 100644
--- a/src/mongo/util/ramlog.h
+++ b/src/mongo/util/ramlog.h
@@ -53,7 +53,7 @@ namespace mongo {
};
char lines[N][C];
unsigned h; // current position
- unsigned n; // numer of lines stores 0 o N
+ unsigned n; // number of lines stores 0 o N
string _name;
typedef map<string,RamLog*> RM;