X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Fdrv%2Fvterm_font.c;h=f084c5b3f37545827c373f32a02759eef6fc1b9c;hb=d8976435eade14e409b01e58850b75990ad9a4a7;hp=841ea5041336f4c6807d2a6828a0c4c8a3add15f;hpb=48743e39650eb1ef988380e9d95f27fd40d3a9ce;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/drv/vterm_font.c b/KernelLand/Kernel/drv/vterm_font.c index 841ea504..f084c5b3 100644 --- a/KernelLand/Kernel/drv/vterm_font.c +++ b/KernelLand/Kernel/drv/vterm_font.c @@ -167,7 +167,7 @@ Uint16 VT_Colour12to15(Uint16 Col12) /** * \brief Converts a 12-bit colour into any other depth * \param Col12 12-bit source colour - * \param Depth Desired bit deptj + * \param Depth Desired bit depth * \note Green then blue get the extra avaliable bits (16:5-6-5, 14:4-5-5) */ Uint32 VT_Colour12toN(Uint16 Col12, int Depth)