Explorar o código

libdpkg: Add missing word in comment to make it grammatical

Guillem Jover %!s(int64=16) %!d(string=hai) anos
pai
achega
edd58fd64f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/dpkg/triglib.c

+ 1 - 1
lib/dpkg/triglib.c

@@ -217,7 +217,7 @@ trig_enqueue_awaited_pend(struct pkginfo *pend)
  * Fix up packages in state triggers-awaited w/o the corresponding package
  * with pending triggers. This can happen when dpkg was interrupted
  * while in modstatdb_note, and the package in triggers-pending had its
- * state modified but dpkg could not clearing the awaiters.
+ * state modified but dpkg could not finish clearing the awaiters.
  *
  * XXX: possibly get rid of some of the checks done somewhere else for
  *      this condition at run-time.