From ec0013257367b2aa67ec1b6e674774c5698882a8 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Wed, 2 Jan 2013 18:33:58 -0800 Subject: [PATCH] snapshot: edit capitalization in comment --- snapshot.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapshot.cc b/snapshot.cc index 1cc3255..1931268 100644 --- a/snapshot.cc +++ b/snapshot.cc @@ -25,7 +25,7 @@ static void * PageAlignAddressUpward(void *addr) #if USE_MPROTECT_SNAPSHOT -/* Each snapshotrecord lists the firstbackingpage that must be written to +/* Each SnapShotRecord lists the firstbackingpage that must be written to * revert to that snapshot */ struct SnapShotRecord { unsigned int firstBackingPage; -- 2.34.1