]> git.pond.sub.org Git - empserver/blobdiff - include/com.h
Spell BTU and ETU consistently
[empserver] / include / com.h
index 850d13f61fe16131ddd7978ac468e45dd410118e..bd561984cb39a9c57028ea5714c5e634a9b10740 100644 (file)
@@ -35,7 +35,7 @@
 
 struct cmndstr {
     char *c_form;              /* prototype of command */
-    int c_cost;                        /* btu cost of command */
+    int c_cost;                        /* BTU cost of command */
     int (*c_addr)(void);       /* core addr of appropriate routine */
     int c_flags;               /* command flags */
     int c_permit;              /* command capabilities required */