소스 검색

Drivers: hv: util: Fix a typo

Fix a typo.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
K. Y. Srinivasan 8 년 전
부모
커밋
bb6a4db92f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      drivers/hv/hv_util.c

+ 1 - 1
drivers/hv/hv_util.c

@@ -259,7 +259,7 @@ static inline void adj_guesttime(u64 hosttime, u64 reftime, u8 adj_flags)
 
 
 	/*
 	/*
 	 * This check is safe since we are executing in the
 	 * This check is safe since we are executing in the
-	 * interrupt context and time synch messages arre always
+	 * interrupt context and time synch messages are always
 	 * delivered on the same CPU.
 	 * delivered on the same CPU.
 	 */
 	 */
 	if (adj_flags & ICTIMESYNCFLAG_SYNC) {
 	if (adj_flags & ICTIMESYNCFLAG_SYNC) {