From bb8c6f73a78ecce70c22be1e6aa32effa6fb7d03 Mon Sep 17 00:00:00 2001 From: Taesu Lee Date: Wed, 27 Nov 2019 16:59:43 +0900 Subject: Fix typo Test: build Change-Id: I729888834881386d52f072e0444d50b480f85928 Signed-off-by: Taesu Lee --- include/telephony/ril_cdma_sms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/telephony/ril_cdma_sms.h b/include/telephony/ril_cdma_sms.h index bcf6b30e..835bc92a 100644 --- a/include/telephony/ril_cdma_sms.h +++ b/include/telephony/ril_cdma_sms.h @@ -113,7 +113,7 @@ typedef struct { /* Used only when digitMode is 8-bit */ unsigned char number_of_digits; unsigned char digits[ RIL_CDMA_SMS_ADDRESS_MAX ]; - /* Each byte in this array represnts a 40bit or 8-bit digit of address data */ + /* Each byte in this array represnts a 4-bit or 8-bit digit of address data */ } RIL_CDMA_SMS_Address; typedef enum { -- cgit v1.2.3