]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/snxtitem.c
Spell ID and UID consistently all-caps
[empserver] / src / lib / subs / snxtitem.c
index da14e9a84d43aed2f15c015ee68e16b1d14007e3..05863ec6192b20888b728b380c7da28fef386d01 100644 (file)
@@ -218,7 +218,7 @@ snxtitem_list(struct nstr_item *np, int type, int *list, int len)
 
 /*
  * Initialize @np to iterate over the items of type @type in a carrier.
- * The carrier has file type @carrier_type and uid @carrier_uid.
+ * The carrier has file type @carrier_type and UID @carrier_uid.
  * Note: you can take an item gotten with nxtitem() off its carrier
  * without disturbing the iterator.  Whether the iterator will pick up
  * stuff you load onto the carrier during iteration is unspecified.