From: Kevin Day Date: Sat, 8 Feb 2025 23:55:08 +0000 (-0600) Subject: Cleanup: Fix spelling of comment. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=bbfba3d731c21f3d5a45b2dab17047a891af4f4a;p=fll Cleanup: Fix spelling of comment. Full sentences should have the first letter upper case. --- diff --git a/level_0/f_capability/c/capability/common.h b/level_0/f_capability/c/capability/common.h index 97dd191..baaa129 100644 --- a/level_0/f_capability/c/capability/common.h +++ b/level_0/f_capability/c/capability/common.h @@ -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;