summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2018-04-03 14:24:16 -0400
committerBilly Donahue <billy.donahue@mongodb.com>2018-04-03 14:24:57 -0400
commit429c59be216ad711b2cbdb4abf11f6bb939a424e (patch)
tree4557609def55ca031d11c3fb3274b471ef263847 /src
parent6de2b07c2285b26c6f724ca684eb9dd7fde117dc (diff)
downloadmongo-429c59be216ad711b2cbdb4abf11f6bb939a424e.tar.gz
comment fix
Diffstat (limited to 'src')
-rw-r--r--src/mongo/util/scopeguard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/scopeguard.h b/src/mongo/util/scopeguard.h
index a5701f6347c..8f708f074e5 100644
--- a/src/mongo/util/scopeguard.h
+++ b/src/mongo/util/scopeguard.h
@@ -377,7 +377,7 @@ inline ObjScopeGuardImpl2<Obj1, Ret (Obj2::*)(P1a, P2a), P1b, P2b> MakeGuard(
*obj, memFun, p1, p2);
}
-} // namespace Loki
+} // namespace mongo
#define LOKI_CONCATENATE_DIRECT(s1, s2) s1##s2
#define LOKI_CONCATENATE(s1, s2) LOKI_CONCATENATE_DIRECT(s1, s2)