]> granicus.if.org Git - strace/blobdiff - lseek.c
Print kernel_ureg_t and kernel_scno_t using dedicated format strings
[strace] / lseek.c
diff --git a/lseek.c b/lseek.c
index 886d62046f7603af2c225d12a4fc4f4bd2df1d18..f23708e63711f9f6ce169e70a882841d9606a505 100644 (file)
--- a/lseek.c
+++ b/lseek.c
@@ -88,7 +88,7 @@ SYS_FUNC(lseek)
 #endif
 
 /* llseek syscall takes explicitly two ulong arguments hi, lo,
- * rather than one 64-bit argument for which LONG_LONG works
+ * rather than one 64-bit argument for which ULONG_LONG works
  * appropriate for the native byte order.
  *
  * See kernel's fs/read_write.c::SYSCALL_DEFINE5(llseek, ...)