X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funistr%2Fu8-prev.c;h=2d8ae45930a541c84d3e309a50ec7e9f7ebbecd2;hb=6b78d03bdd89f7c8dec8756bf296b75b156b90f3;hp=b3b56ddcb4e9e1df6ba6d910719c7c99dafc18b1;hpb=d2c09b329b86f1d8d0be706e41c6c08ce7fb75a2;p=gnulib.git diff --git a/lib/unistr/u8-prev.c b/lib/unistr/u8-prev.c index b3b56ddcb..2d8ae4593 100644 --- a/lib/unistr/u8-prev.c +++ b/lib/unistr/u8-prev.c @@ -25,7 +25,7 @@ const uint8_t * u8_prev (ucs4_t *puc, const uint8_t *s, const uint8_t *start) { - /* Keep in sync with utf8-ucs4.h and utf8-ucs4.c. */ + /* Keep in sync with unistr.h and utf8-ucs4.c. */ if (s != start) { uint8_t c_1 = s[-1];