Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2019 03:29:01 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r353995 - stable/12/stand/libsa
Message-ID:  <201910240329.x9O3T11w019263@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Thu Oct 24 03:29:01 2019
New Revision: 353995
URL: https://svnweb.freebsd.org/changeset/base/353995

Log:
  MFC r352548: loader: fix typo in zalloc.

Modified:
  stable/12/stand/libsa/zalloc.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/stand/libsa/zalloc.c
==============================================================================
--- stable/12/stand/libsa/zalloc.c	Thu Oct 24 03:27:52 2019	(r353994)
+++ stable/12/stand/libsa/zalloc.c	Thu Oct 24 03:29:01 2019	(r353995)
@@ -125,7 +125,8 @@ znalloc(MemPool *mp, uintptr_t bytes, size_t align)
 			continue;
 
 		/*
-		 * Cut extra from head and create new memory node from reminder.
+		 * Cut extra from head and create new memory node from
+		 * remainder.
 		 */
 
 		if (extra != 0) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910240329.x9O3T11w019263>