]> Kevux Git Server - fll/commitdiff
Cleanup: Fix spelling of comment.
authorKevin Day <Kevin@kevux.org>
Sat, 8 Feb 2025 23:55:08 +0000 (17:55 -0600)
committerKevin Day <Kevin@kevux.org>
Sat, 8 Feb 2025 23:55:08 +0000 (17:55 -0600)
Full sentences should have the first letter upper case.

level_0/f_capability/c/capability/common.h

index 97dd1918835b9e283819d01503e94e4fc9c2c26c..baaa129534c04660f04e8f214f1ee7108d10e551 100644 (file)
@@ -41,7 +41,7 @@ extern "C" {
     f_capability_flag_type_set_e,
   };
 
-  // provide stubs in the event that libcap is disabled.
+  // Provide stubs in the event that libcap is disabled.
   #ifdef _di_libcap_
     typedef void * cap_t;
     typedef int cap_flag_t;