Commit 9602286d3d554d744f6ed2fa3c001d208a7aca23

Authored by Simon Glass
Committed by Tom Rini
1 parent 805fa87f6d

env: Fix minor comment typos in cmd_nvedit

This should say 'environmnent'.

Signed-off-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -314,7 +314,7 @@
314 314 /**
315 315 * Set an environment variable to an integer value
316 316 *
317   - * @param varname Environmet variable to set
  317 + * @param varname Environment variable to set
318 318 * @param value Value to set it to
319 319 * @return 0 if ok, 1 on error
320 320 */
... ... @@ -329,7 +329,7 @@
329 329 /**
330 330 * Set an environment variable to an value in hex
331 331 *
332   - * @param varname Environmet variable to set
  332 + * @param varname Environment variable to set
333 333 * @param value Value to set it to
334 334 * @return 0 if ok, 1 on error
335 335 */