summaryrefslogtreecommitdiff
path: root/model.c
diff options
context:
space:
mode:
Diffstat (limited to 'model.c')
-rw-r--r--model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/model.c b/model.c
index e122ba9c..6052ff50 100644
--- a/model.c
+++ b/model.c
@@ -54,7 +54,7 @@ gcm_gmult_4bit(u64 Xi[2], u128 Htable[16])
}
void
-msleep(int n)
+usleep(int n)
{
__coverity_sleep__();
}