diff options
Diffstat (limited to 'src/reflog.c')
-rw-r--r-- | src/reflog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflog.c b/src/reflog.c index f0a6e2a8c..5d1465eca 100644 --- a/src/reflog.c +++ b/src/reflog.c @@ -481,7 +481,7 @@ int git_reflog_drop( /* If the oldest entry has just been removed... */ if (idx == 0) { - /* ...clear the oid_old member of the "new" last entry */ + /* ...clear the oid_old member of the "new" oldest entry */ if (git_oid_fromstr(&entry->oid_old, GIT_OID_HEX_ZERO) < 0) return -1; |